More Travis-CI tinkering.

This commit is contained in:
Ryan Petrello
2013-01-10 00:08:50 -05:00
parent 01d29bec38
commit 83d2f23b40

View File

@@ -8,5 +8,5 @@ branches:
only:
- master
- next
install: pip install -r requirements.txt --use-mirrors
install: pip install gunicorn && pip install -r requirements.txt --use-mirrors
script: python setup.py test --functional