summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7697cba7..5ca20356 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,6 +62,18 @@ environment:
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "64"
+ - JOB: "3.6 32-bit"
+ TOXENV: "py36"
+ PYTHON: "C:\\Python36"
+ PYTHON_VERSION: "3.6.0"
+ PYTHON_ARCH: "32"
+
+ - JOB: "3.6 64-bit"
+ TOXENV: "py36"
+ PYTHON: "C:\\Python36-x64"
+ PYTHON_VERSION: "3.6.0"
+ PYTHON_ARCH: "64"
+
# Meta coverage
- JOB: "Meta 2.7"
TOXENV: "py27"