support Python 3.7

This commit is contained in:
PyYoshi 2018-09-26 21:31:45 +09:00
parent da034486a9
commit 753588294f
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,8 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- env: TOXENV=py37
python: nightly
allow_failures:

View file

@ -4,11 +4,13 @@ environment:
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
install:
- "git submodule update --init --recursive"