CI: Build against Python 3.7

This commit is contained in:
Philipp Wolfer
2018-08-29 07:10:27 +02:00
parent 5c4853b71c
commit 1c9518eb69
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ dist: trusty
language: python
sudo: required
python:
- '3.7'
- '3.6'
- '3.5'
cache:

View File

@@ -20,7 +20,10 @@ environment:
PYTHON_VERSION: 3.5.3
PYTHON_ARCH: 64
- PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.6.4
PYTHON_VERSION: 3.6.6
PYTHON_ARCH: 64
- PYTHON: C:\Python37-x64
PYTHON_VERSION: 3.7.0
PYTHON_ARCH: 64
build_script:
- cmd: >-