Commit 7f5be8bf authored by Jason Madden's avatar Jason Madden

Temp move 3.5 to top of list so we don't have to wait to see test results.

parent 6e6eac9b
......@@ -10,6 +10,14 @@ environment:
# Pre-installed Python versions, which Appveyor may upgrade to
# a later point release.
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x" # currently 3.?
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x" # currently 3.?
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x" # currently 2.7.9
PYTHON_ARCH: "32"
......@@ -34,14 +42,6 @@ environment:
PYTHON_VERSION: "3.4.x" # currently 3.4.3
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x" # currently 3.?
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x" # currently 3.?
PYTHON_ARCH: "64"
# Also test a Python version not pre-installed
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10
......
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