diff options
Diffstat (limited to 'travis_selector.sh')
-rwxr-xr-x | travis_selector.sh | 4 |
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 |