summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-15 21:58:06 -0800
committerSteve Piercy <web@stevepiercy.com>2019-12-15 21:58:06 -0800
commit524df7973a2881c83f378c9e6877d3990575ff5a (patch)
tree5e21666612302cc9af8111ad750b955198022847 /appveyor.yml
parent497e667e41b83193d7c5a4f74e9419320d755c46 (diff)
parent5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4 (diff)
downloadpyramid-524df7973a2881c83f378c9e6877d3990575ff5a.tar.gz
pyramid-524df7973a2881c83f378c9e6877d3990575ff5a.tar.bz2
pyramid-524df7973a2881c83f378c9e6877d3990575ff5a.zip
Merge branch 'min-py36-add-py38' of https://github.com/mmerickel/pyramid into min-py36-add-py38
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a9bcd40f1..d0d22146d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,13 +1,11 @@
environment:
matrix:
- - PYTHON: "C:\\Python37"
- TOXENV: "py37"
- PYTHON: "C:\\Python36"
TOXENV: "py36"
- - PYTHON: "C:\\Python35"
- TOXENV: "py35"
- - PYTHON: "C:\\Python34"
- TOXENV: "py34"
+ - PYTHON: "C:\\Python37"
+ TOXENV: "py37"
+ - PYTHON: "C:\\Python38"
+ TOXENV: "py38"
cache:
- '%LOCALAPPDATA%\pip\Cache'