From a86b74943a4aba9b514fb929210ff92a868c261b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 1 Jun 2019 10:39:51 +1000 Subject: [PATCH 1/2] Update Python 3 versions for Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46018cd4c..8376be522 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ matrix: # dist: xenial # - python: pypy # - env: {TOX_ENV: pypy-test} - - python: 3.4 - env: {TOX_ENV: py34-flake8} + - python: 3.6 + env: {TOX_ENV: py36-flake8} - python: 2.7.13 env: {TOX_ENV: docs} # Non-Python dependencies. From a04666eea26d7f903111676e02513483e3046211 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 1 Jun 2019 10:54:45 +1000 Subject: [PATCH 2/2] Test on Python 3.7 on AppVeyor --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cb747fe1f..9a3102ba8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,8 @@ environment: TOX_ENV: py35-test - PYTHON: C:\Python36 TOX_ENV: py36-test + - PYTHON: C:\Python37 + TOX_ENV: py37-test # Install Tox for running tests. install: