Update .travis.yml

This commit is contained in:
enkore 2014-10-11 12:40:45 +02:00
parent 624329be7c
commit c259dffdf7

View File

@ -3,7 +3,6 @@ python:
- "3.3"
install:
- "pip install -r requirements.txt"
- "pip install sphinx" # for test-building docs
script:
- "PYTHONPATH=. py.test" # run unit tests
- "python setup.py install" # test install