Administrivia:

Adjust Travis 2.7 environment
Batch testing of all 3.4.8 pyenv files
This commit is contained in:
rocky
2018-03-20 11:44:46 -04:00
parent 90ac8a463d
commit e9cf370e11
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ sudo: false
python: python:
- '3.5' - '3.5'
- '2.7.12' - '2.7'
- '2.6' - '2.6'
- '3.3' - '3.3'
- '3.4' - '3.4'

View File

@@ -24,8 +24,6 @@ for VERSION in $PYVERSION ; do
if [[ $VERSION == '3.5.5' ]] ; then if [[ $VERSION == '3.5.5' ]] ; then
MAX_TESTS=224 MAX_TESTS=224
elif [[ $VERSION == '3.4.8' ]] ; then
MAX_TESTS=200
else else
MAX_TESTS=800 MAX_TESTS=800
fi fi