Update .travis.yml

This commit is contained in:
Fedor Gogolev
2015-12-13 19:22:34 +03:00
parent 7fae50f2f6
commit abf92783f9

View File

@@ -5,7 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
install: sudo pip install . nose sphinx sphinx_rtd_theme
install: sudo pip install nose sphinx sphinx_rtd_theme; sudo pip install .
script: sudo nosetests && sudo sphinx-build -b html docs docs/_build
notifications:
webhooks: