Merge pull request #128 from ryanpetrello/next
Tinkering w/ Travis-CI multiple branch support.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user