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 b879c73..9b21fab 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -51,6 +51,18 @@ environment:
- TOXENV: py36-tests
PYTHON: "C:\\Python36-x64"
+ - TOXENV: py37-build
+ PYTHON: "C:\\Python37"
+
+ - TOXENV: py37-build
+ PYTHON: "C:\\Python37-x74"
+
+ - TOXENV: py37-tests
+ PYTHON: "C:\\Python37"
+
+ - TOXENV: py37-tests
+ PYTHON: "C:\\Python37-x74"
+
init:
- echo "TOXENV- %TOXENV%"