Commit df202292 authored by Stefan Behnel's avatar Stefan Behnel

Reverse Py3.x build order in appveyor as 3.4 takes very long and is the least interesting.

parent c485b1b7
...@@ -17,12 +17,12 @@ environment: ...@@ -17,12 +17,12 @@ environment:
PYTHON_VERSION: "2.7" PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
- PYTHON: "C:\\Python34" - PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.4" PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
- PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.4" PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35"
...@@ -33,12 +33,12 @@ environment: ...@@ -33,12 +33,12 @@ environment:
PYTHON_VERSION: "3.5" PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
- PYTHON: "C:\\Python36" - PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.6" PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.6" PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
clone_depth: 5 clone_depth: 5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment