Skip to content

Commit

Permalink
added doc_requirements. travis uses dev_requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Mar 23, 2014
1 parent 101c33e commit 42fd580
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:

install:
- "pip install . --use-mirrors"
- pip install pyflakes coverage python-coveralls
- pip install -r dev_requirements.txt python-coveralls
# See https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm

Expand Down
2 changes: 0 additions & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ pytest
mock
coverage
doit-py
sphinx
epydoc
5 changes: 5 additions & 0 deletions doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# modules required to generate documentation
# $ pip install --requirement doc_requirements.txt

sphinx
epydoc

0 comments on commit 42fd580

Please sign in to comment.