We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b03e294 + f994f08 commit 49045caCopy full SHA for 49045ca
.travis.yml
@@ -1,4 +1,13 @@
1
+sudo: false
2
language: python
3
+
4
+cache:
5
+ apt: true
6
+ pip: true
7
+ directories:
8
+ - $HOME/.cache/pip
9
+ - $HOME/.local
10
11
python:
12
- "2.7"
13
- "3.3"
@@ -25,9 +34,9 @@ before_install:
25
34
26
35
# Install packages
27
36
install:
37
+ - conda install slycot
28
38
- conda build conda-recipe
29
39
- conda install control --use-local
30
- - conda install slycot
31
40
- pip install coveralls
32
41
33
42
# command to run tests
doc-requirements.txt
@@ -1,3 +1,6 @@
numpydoc==0.4
mock==1.0.1
+# install sphinx from git to get patched version
+# (fixes bug in autosummary where tables do not display)
+-e git://github.com/sphinx-doc/sphinx.git@stable#egg=Sphinx-origin_stable
0 commit comments