summaryrefslogtreecommitdiff
path: root/travis_selector.sh
diff options
context:
space:
mode:
authorBruno ReniƩ <brutasse@gmail.com>2014-08-28 20:50:20 +0200
committerMark Roberts <wizzat@fb.com>2014-09-03 09:55:44 -0700
commitcf0b7f0530e765f2cf710bd35daf53bb4ea205d2 (patch)
treef38669f145112a7f301691f311b3c8aca51d1f59 /travis_selector.sh
parent83af5102e995e854a1980b90f1400afdd098da37 (diff)
downloadkafka-python-cf0b7f0530e765f2cf710bd35daf53bb4ea205d2.tar.gz
Make all unit tests pass on py3.3/3.4
Diffstat (limited to 'travis_selector.sh')
-rwxr-xr-xtravis_selector.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/travis_selector.sh b/travis_selector.sh
index 21fba7e..7a2f45f 100755
--- a/travis_selector.sh
+++ b/travis_selector.sh
@@ -3,6 +3,10 @@
if [ $1 == "pypy" ]; then
echo "pypy"
+elif [ $1 == "3.4" ]; then
+ echo "py34"
+elif [ $1 == "3.3" ]; then
+ echo "py33"
elif [ $1 == "2.7" ]; then
echo "py27"
elif [ $1 == "2.6" ]; then