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. 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: