Travis: only test master branch

This commit is contained in:
Adrian Sampson 2012-09-09 23:30:45 -07:00
parent dc054907d5
commit 325009edf2

View file

@ -7,3 +7,6 @@ install:
- pip install pylast flask --use-mirrors
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 --use-mirrors; fi"
script: nosetests
branches:
only:
- master