summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-05-27 14:50:15 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-05-27 14:50:15 +0200
commitdf202292998172ea141f116a1bb85c0555d2ab01 (patch)
tree19181c21bfe048cff8019530b5306e4e7d7c12f9
parentc485b1b77264c3c75d090a3c526de24966830d42 (diff)
downloadcython-df202292998172ea141f116a1bb85c0555d2ab01.tar.gz
Reverse Py3.x build order in appveyor as 3.4 takes very long and is the least interesting.
-rw-r--r--appveyor.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 15ab737ab..e6a15d1e7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,12 +17,12 @@ environment:
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
- - PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4"
+ - PYTHON: "C:\\Python36"
+ PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
- - PYTHON: "C:\\Python34-x64"
- PYTHON_VERSION: "3.4"
+ - PYTHON: "C:\\Python36-x64"
+ PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35"
@@ -33,12 +33,12 @@ environment:
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
- - PYTHON: "C:\\Python36"
- PYTHON_VERSION: "3.6"
+ - PYTHON: "C:\\Python34"
+ PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32"
- - PYTHON: "C:\\Python36-x64"
- PYTHON_VERSION: "3.6"
+ - PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
clone_depth: 5