From e9cf370e11189ceebd2f265384d4288398395ba4 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 20 Mar 2018 11:44:46 -0400 Subject: [PATCH] Administrivia: Adjust Travis 2.7 environment Batch testing of all 3.4.8 pyenv files --- .travis.yml | 2 +- test/run-and-email.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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