]> git.phdru.name Git - ppu.git/blobdiff - appveyor.yml
Python 3.7
[ppu.git] / appveyor.yml
index 102b7c4f899decbb720c543f65d88d5c5a4585ea..5c50ceeb14e10e7b178a4973f702f5836abf1c43 100644 (file)
@@ -30,14 +30,22 @@ environment:
       PYTHON_VERSION: "3.6"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python36-x64"
+    - TOXENV: "py37"
+      PYTHON_VERSION: "3.7"
+      PYTHON_ARCH: "32"
+      PYTHON_HOME: "C:\\Python37"
+    - TOXENV: "py37"
+      PYTHON_VERSION: "3.7"
+      PYTHON_ARCH: "64"
+      PYTHON_HOME: "C:\\Python37-x64"
     - TOXENV: "py27-flake8"
       PYTHON_VERSION: "2.7"
       PYTHON_ARCH: "32"
       PYTHON_HOME: "C:\\Python27"
-    - TOXENV: "py34-flake8"
-      PYTHON_VERSION: "3.4"
+    - TOXENV: "py37-flake8"
+      PYTHON_VERSION: "3.7"
       PYTHON_ARCH: "64"
-      PYTHON_HOME: "C:\\Python34-x64"
+      PYTHON_HOME: "C:\\Python37-x64"
 
 install:
   # Ensure we use the right python version