diff --git a/.travis.yml b/.travis.yml index 8ac933b1..10979652 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false python: - '3.5' - - '2.7.12' + - '2.7' - '2.6' - '3.3' - '3.4' diff --git a/test/run-and-email.sh b/test/run-and-email.sh index ea964c4f..ab891b32 100755 --- a/test/run-and-email.sh +++ b/test/run-and-email.sh @@ -24,8 +24,6 @@ for VERSION in $PYVERSION ; do if [[ $VERSION == '3.5.5' ]] ; then MAX_TESTS=224 - elif [[ $VERSION == '3.4.8' ]] ; then - MAX_TESTS=200 else MAX_TESTS=800 fi