Test py36 instead of py34

This commit is contained in:
Anthony Sottile 2017-01-20 21:07:48 -08:00
parent 0a93f3bfdd
commit 99b4789ec2
3 changed files with 14 additions and 15 deletions

View file

@ -4,10 +4,10 @@ environment:
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS
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 virtualenv --upgrade
- "mkdir -p C:\\Temp"
- "SET TMPDIR=C:\\Temp"