Skip to content

Commit

Permalink
Travis now has its own requirements file...
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Mar 17, 2017
1 parent 10c72e9 commit 2e80872
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:

# command to install dependencies
install:
- "pip install -r requirements_dev.txt"
- "pip install -r requirements_travis.txt"
- "pip install ."

# command to run tests
Expand Down
10 changes: 10 additions & 0 deletions requirements_travis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Requirements file for development
numpy>=1.11.2
Cython>=0.24.1
six>=1.10.0
pytest>=3.0.3
sphinx>=1.4.9
sphinx_rtd_theme
sphinxcontrib-bibtex
flake8>=3.2.1

0 comments on commit 2e80872

Please sign in to comment.