Test py36 instead of py34

This commit is contained in:
Anthony Sottile 2017-01-20 20:41:55 -08:00
parent 5da199bb8d
commit bec44063b0
4 changed files with 14 additions and 15 deletions

View file

@ -1,10 +1,10 @@
environment:
matrix:
- TOXENV: py27
- TOXENV: py35
- TOXENV: py36
install:
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
- "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
- pip install tox
# Not a C# project