Configuring Travis-CI to run functional tests.
This commit is contained in:
@@ -5,4 +5,4 @@ python:
|
||||
env:
|
||||
- PYTHONPATH='.'
|
||||
install: pip install -r requirements.txt --use-mirrors
|
||||
script: git checkout next && python setup.py test
|
||||
script: git checkout next && python setup.py test --functional
|
||||
|
||||
Reference in New Issue
Block a user