tox/travis/appveyor: enable testing on py3.7

This commit is contained in:
Brian Warner 2018-07-01 10:29:48 -07:00
parent 5dd41cead3
commit 47e4c436a8
3 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ environment:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
install:
- |

View File

@ -12,6 +12,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
install:
- pip install -U pip tox virtualenv codecov

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = {py27,py34,py35,py36,pypy,flake8}
envlist = {py27,py34,py35,py36,py37,pypy,flake8}
skip_missing_interpreters = True
minversion = 2.4.0