PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
PYTHON_HOME: "C:\\Python36-x64"
+ - TOXENV: "py37"
+ PYTHON_VERSION: "3.7"
+ PYTHON_ARCH: "32"
+ PYTHON_HOME: "C:\\Python37"
+ - TOXENV: "py37"
+ PYTHON_VERSION: "3.7"
+ PYTHON_ARCH: "64"
+ PYTHON_HOME: "C:\\Python37-x64"
install:
# Ensure we use the right python version
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
],
packages=['{project}'],
package_data={'{project}': []},
[tox]
minversion = 2.0
toxworkdir={homedir}/.tox/{project}
-envlist = py27,py3{4,5,6},py{27,34}-flake8
+envlist = py27,py3{4,5,6,7},py{27,37}-flake8
# Base test environment settings
[testenv]
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
+ py37: {env:TOXPYTHON:python3.7}
pypy: {env:TOXPYTHON:pypy}
commands =
{envpython} --version
commands =
{[general]commands}
+[testenv:py37]
+commands =
+ {[general]commands}
+
[testenv:py27-flake8]
deps =
flake8
{[testenv]commands}
flake8
-[testenv:py34-flake8]
+[testenv:py37-flake8]
deps =
flake8
commands =