diff --git a/.travis.yml b/.travis.yml index 10979652..929e5f28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,9 @@ python: - '3.5' - '2.7' - '2.6' - - '3.3' - '3.4' - - '3.2' - '3.6' + - '3.7' install: - pip install -e . diff --git a/admin-tools/pyenv-newer-versions b/admin-tools/pyenv-newer-versions index 07904153..965cddfa 100644 --- a/admin-tools/pyenv-newer-versions +++ b/admin-tools/pyenv-newer-versions @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then echo "This script should be *sourced* rather than run directly through bash" exit 1 fi -export PYVERSIONS='3.5.5 3.6.5 2.6.9 3.3.7 2.7.14 3.2.6 3.1.5 3.4.8' +export PYVERSIONS='3.5.5 3.6.6 3.7.1 2.6.9 3.3.7 2.7.14 3.2.6 3.1.5 3.4.8'