Update .travis.yml

This commit is contained in:
enkore 2014-10-11 12:59:09 +02:00
parent c259dffdf7
commit 3bea6809ef

View File

@ -6,4 +6,4 @@ install:
script:
- "PYTHONPATH=. py.test" # run unit tests
- "python setup.py install" # test install
- "sphinx-build docs html" # test building docs
- "sphinx-build -W docs html" # test building docs