summaryrefslogtreecommitdiff
path: root/travis_selector.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis_selector.sh')
-rwxr-xr-xtravis_selector.sh2
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