summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 38a6a8e0..a99670e3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,6 +27,10 @@ environment:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python38"
+ PYTHON_VERSION: "3.8.x"
+ PYTHON_ARCH: "32"
+
# 64 bits
- PYTHON: "C:\\Python27-x64"
@@ -45,6 +49,10 @@ environment:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python38-x64"
+ PYTHON_VERSION: "3.8.x"
+ PYTHON_ARCH: "64"
+
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"