Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
sudo: false
language: python

cache:
apt: true
pip: true
directories:
- $HOME/.cache/pip
- $HOME/.local

python:
- "2.7"
- "3.3"
Expand All @@ -25,9 +34,9 @@ before_install:

# Install packages
install:
- conda install slycot
- conda build conda-recipe
- conda install control --use-local
- conda install slycot
- pip install coveralls

# command to run tests
Expand Down
3 changes: 3 additions & 0 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -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