Skip to content

Commit

Permalink
Added needed dependencies for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Oct 23, 2016
1 parent 7ae53a4 commit d9d11f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ before_install:
install:
# tox is required for the tests
- pip install tox
# sphinx is required for the docs
- pip install sphinx
# Dependencies
- pip install --upgrade -r requirements.txt
script:
# Documentation tests are run
- ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs
Expand Down
4 changes: 4 additions & 0 deletions {{cookiecutter.package_name}}/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ before_install:
install:
# tox is required for the tests
- pip install tox
# sphinx is required for the docs
- pip install sphinx
# Dependencies
- pip install --upgrade -r requirements.txt
script:
# Code is checked
- ~/.scripts/python/run_tests.sh true check
Expand Down

0 comments on commit d9d11f3

Please sign in to comment.