Merge pull request #128 from ryanpetrello/next

Tinkering w/ Travis-CI multiple branch support.
This commit is contained in:
Ryan Petrello
2012-03-30 13:28:14 -07:00

View File

@@ -4,5 +4,8 @@ python:
- "2.7"
env:
- PYTHONPATH='.'
branches:
only:
- next
install: pip install -r requirements.txt --use-mirrors
script: git checkout next && python setup.py test --functional
script: python setup.py test --functional