Use python3.5 in appveyor over py34

This commit is contained in:
Anthony Sottile 2015-12-22 13:50:21 -08:00
parent df3319176d
commit a488424501
2 changed files with 11 additions and 5 deletions

View file

@ -1,12 +1,11 @@
environment:
matrix:
- TOXENV: py27
- TOXENV: py34
- TOXENV: py35
install:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install tox
- pip install virtualenv --upgrade
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
- pip install tox virtualenv --upgrade
- "mkdir -p C:\\Temp"
- "SET TMPDIR=C:\\Temp"
@ -18,3 +17,7 @@ before_test:
- git config --global user.email "user@example.com"
test_script: tox
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.pre-commit'