Skip to content

Commit

Permalink
travis updated for new documentation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
boyska committed Aug 2, 2016
1 parent 3dfb16b commit 9b0aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ before_script:
script:
- 'if [[ -z $TEST_SUITE ]]; then sleep 10; python setup.py test; return $?; fi'
- 'if [[ $TEST_SUITE == flake ]]; then flake8; return $?; fi'
- 'if [[ $TEST_SUITE == build_sphinx ]]; then python setup.py build_sphinx; return $?; fi'
- 'if [[ $TEST_SUITE == build_sphinx ]]; then pip install ".[doc]" && python setup.py build_sphinx; return $?; fi'

cache: pip

0 comments on commit 9b0aa89

Please sign in to comment.