Drop support for 3.4 in appveyor and use 3.7 instead

This commit is contained in:
Claudiu Popa 2019-06-20 09:51:50 +02:00
parent 927db96bbd
commit 7081d91f30

View File

@ -4,15 +4,15 @@ cache:
- 'C:\\tmp'
environment:
matrix:
- PYTHON: "C:\\Python34"
TOXENV: "py34"
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python36"
TOXENV: "py36"
- PYTHON: "C:\\Python37"
TOXENV: "py37"
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*