Skip to content

Commit

Permalink
install sphinx before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Apr 22, 2017
1 parent 1beabd7 commit b133530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ after_success:
before_deploy:
# otherwise sphinx would fail
- python setup.py build_ext --inplace
- pip install sphinx

deploy:
provider: pypi
Expand Down

0 comments on commit b133530

Please sign in to comment.