]> git.phdru.name Git - ppu.git/blobdiff - appveyor.yml
Tests: Run tests with Python 3.8
[ppu.git] / appveyor.yml
index 21ee1eb567a50d3378c2b6e147a1f0ade12b1049..e598126c669c7f25ddcaa7cb85b17188fedd3128 100644 (file)
@@ -30,14 +30,22 @@ environment:
       PYTHON_VERSION: "3.7"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python37-x64"
+    - TOXENV: "py38"
+      PYTHON_VERSION: "3.8"
+      PYTHON_ARCH: "32"
+      PYTHON_HOME: "C:\\Python38"
+    - TOXENV: "py38"
+      PYTHON_VERSION: "3.8"
+      PYTHON_ARCH: "64"
+      PYTHON_HOME: "C:\\Python38-x64"
     - TOXENV: "py27-flake8"
       PYTHON_VERSION: "2.7"
       PYTHON_ARCH: "32"
       PYTHON_HOME: "C:\\Python27"
-    - TOXENV: "py37-flake8"
-      PYTHON_VERSION: "3.7"
+    - TOXENV: "py38-flake8"
+      PYTHON_VERSION: "3.8"
       PYTHON_ARCH: "64"
-      PYTHON_HOME: "C:\\Python37-x64"
+      PYTHON_HOME: "C:\\Python38-x64"
 
 install:
   # Ensure we use the right python version