Tell Travis to build release-* branches as well as master

This commit is contained in:
David Arthur
2014-08-21 12:39:49 -04:00
parent 1eed47c91c
commit 25fd3390ac

View File

@@ -24,3 +24,8 @@ install:
script:
- tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
branches:
only:
- master
- /^release-.*$/