run Windows tests on Python 3.4 through 3.6

This commit is contained in:
Alan Hamlett 2018-09-30 21:45:14 -07:00
parent 0fa25af0ec
commit fb4d2a978c
1 changed files with 3 additions and 1 deletions

View File

@ -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%