Test against Python 3.7 on Travis (#426)
This commit is contained in:
parent
c25a83aee4
commit
08e839070b
@ -5,6 +5,7 @@ python:
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
- pypy
|
||||
- pypy3.5
|
||||
|
||||
|
||||
@ -15,9 +15,11 @@ environment:
|
||||
- PYTHON: "C:\\Python27"
|
||||
- PYTHON: "C:\\Python35"
|
||||
- PYTHON: "C:\\Python36"
|
||||
- PYTHON: "C:\\Python37"
|
||||
- PYTHON: "C:\\Python27-x64"
|
||||
- PYTHON: "C:\\Python35-x64"
|
||||
- PYTHON: "C:\\Python36-x64"
|
||||
- PYTHON: "C:\\Python37-x64"
|
||||
|
||||
build: off
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user