diff options
author | Dana Powers <dana.powers@rd.io> | 2015-12-04 10:45:56 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2015-12-04 11:33:19 -0800 |
commit | 71a789133bf0fc80ec65d5c8588bfc240acd522f (patch) | |
tree | c8dfcc237f95722c433e0eaaffd12c0be3fc6b51 /travis_selector.sh | |
parent | 7355bf435977305e020621954ccbca4ddd405291 (diff) | |
download | kafka-python-71a789133bf0fc80ec65d5c8588bfc240acd522f.tar.gz |
Add py35 to tox testing
move python3 configs to default and special case py26/py27
add py35 to travis_selector.sh
Diffstat (limited to 'travis_selector.sh')
-rwxr-xr-x | travis_selector.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/travis_selector.sh b/travis_selector.sh index 7a2f45f..5700cbc 100755 --- a/travis_selector.sh +++ b/travis_selector.sh @@ -3,6 +3,8 @@ if [ $1 == "pypy" ]; then echo "pypy" +elif [ $1 == "3.5" ]; then + echo "py35" elif [ $1 == "3.4" ]; then echo "py34" elif [ $1 == "3.3" ]; then |