run Windows tests on Python 3.4 through 3.6
This commit is contained in:
parent
0fa25af0ec
commit
fb4d2a978c
1 changed files with 3 additions and 1 deletions
|
@ -3,8 +3,10 @@ environment:
|
|||
TOXENV: py
|
||||
|
||||
matrix:
|
||||
- PYTHON: C:\Python36-x64
|
||||
- PYTHON: C:\Python27-x64
|
||||
- PYTHON: C:\Python34-x64
|
||||
- PYTHON: C:\Python35-x64
|
||||
- PYTHON: C:\Python36-x64
|
||||
|
||||
init:
|
||||
- SET PATH=%PYTHON%;%PATH%
|
||||
|
|
Loading…
Reference in a new issue