summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:51:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:51:50 +0200
commit7081d91f30728653000bdfc59ea85a3395f96418 (patch)
treef88e5b2f991f9ca14cddf644e0a53a45f768c071 /appveyor.yml
parent927db96bbd343a61428faa0249fdeec58cfb3ebe (diff)
downloadpylint-git-7081d91f30728653000bdfc59ea85a3395f96418.tar.gz
Drop support for 3.4 in appveyor and use 3.7 instead
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 06332eb0f..7db2120f4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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*