Add Python 3.7 to the list of test environments

pull/562/head
Christopher Musselle 5 years ago
parent db09bc6542
commit bec3616d86

@ -23,6 +23,9 @@ environment:
- PYTHON: "C:\\Python36-x64"
TOX_ENV: "py36"
- PYTHON: "C:\\Python37-x64"
TOX_ENV: "py37"
install:
- "%PYTHON%\\python.exe -m pip install tox"

Loading…
Cancel
Save