Skip to content

Commit

Permalink
Added dependencies in requirement-rtd.txt and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermain committed Apr 7, 2016
1 parent 3be938a commit 0e9dfcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install:
- source activate pyenv
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install pydot; fi
- pip install . --no-deps
- pip install flake8-future-import
- pip install flake8-future-import nose-parameterized=0.5.0

# command to run tests
env:
Expand Down
2 changes: 2 additions & 0 deletions requirement-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
sphinx>=1.3.0
pygments
nose>=1.3.0
nose-parameterized>=0.5.0

0 comments on commit 0e9dfcb

Please sign in to comment.