summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4f4083c99..99936267a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,6 +30,11 @@ environment:
PYTHON_ARCH: 32
TEST_MODE: fast
+ - PYTHON: C:\Python37
+ PYTHON_VERSION: 3.7
+ PYTHON_ARCH: 32
+ TEST_MODE: fast
+
- PYTHON: C:\Python27-x64
PYTHON_VERSION: 2.7
PYTHON_ARCH: 64
@@ -40,6 +45,11 @@ environment:
PYTHON_ARCH: 64
TEST_MODE: full
+ - PYTHON: C:\Python37-x64
+ PYTHON_VERSION: 3.7
+ PYTHON_ARCH: 64
+ TEST_MODE: full
+
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
- "ECHO \"%APPVEYOR_SCHEDULED_BUILD%\""