Update .travis.yml
This commit is contained in:
parent
624329be7c
commit
c259dffdf7
@ -3,7 +3,6 @@ python:
|
|||||||
- "3.3"
|
- "3.3"
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
- "pip install sphinx" # for test-building docs
|
|
||||||
script:
|
script:
|
||||||
- "PYTHONPATH=. py.test" # run unit tests
|
- "PYTHONPATH=. py.test" # run unit tests
|
||||||
- "python setup.py install" # test install
|
- "python setup.py install" # test install
|
||||||
|
Loading…
Reference in New Issue
Block a user