Configuring Travis-CI to run functional tests.

This commit is contained in:
Ryan Petrello
2012-03-12 10:01:19 -07:00
parent d4a8c04610
commit 901175c3db

View File

@@ -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