summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-01-08 14:24:46 -0600
committerGitHub <noreply@github.com>2017-01-08 14:24:46 -0600
commit041769e2450358bfa3a1c7e4519a52dfcd35c50d (patch)
tree11e930b7edb1186658282bc3ed1a429af144a0cc /appveyor.yml
parent7636ff69e9d64233f657e0f61234ae8f0dec6ba8 (diff)
parent0844c664ad00fcbb6600231a012ad6384da15f5a (diff)
downloadpyramid-041769e2450358bfa3a1c7e4519a52dfcd35c50d.tar.gz
pyramid-041769e2450358bfa3a1c7e4519a52dfcd35c50d.tar.bz2
pyramid-041769e2450358bfa3a1c7e4519a52dfcd35c50d.zip
Merge pull request #2885 from mmerickel/require-py36
require tests to pass on py36 on travis and appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c684bfc6..abbbfea92 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,7 @@
environment:
matrix:
+ - PYTHON: "C:\\Python36"
+ TOXENV: "py36"
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python27"