mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Re-enable 2,x builds + add 3.5.x
This commit is contained in:
+25
-12
@@ -11,13 +11,26 @@ environment:
|
|||||||
# a later point release.
|
# a later point release.
|
||||||
# See: http://www.appveyor.com/docs/installed-software#python
|
# See: http://www.appveyor.com/docs/installed-software#python
|
||||||
|
|
||||||
# - PYTHON: "C:\\Python27"
|
# run 2.7 and 3,5 first, then others
|
||||||
# PYTHON_VERSION: "2.7.x" # currently 2.7.9
|
# passing this two should be a good indicator as they are last minor versions
|
||||||
# PYTHON_ARCH: "32"
|
|
||||||
|
|
||||||
# - PYTHON: "C:\\Python27-x64"
|
- PYTHON: "C:\\Python27"
|
||||||
# PYTHON_VERSION: "2.7.x" # currently 2.7.9
|
PYTHON_VERSION: "2.7.x" # currently 2.7.9
|
||||||
# PYTHON_ARCH: "64"
|
PYTHON_ARCH: "32"
|
||||||
|
|
||||||
|
- PYTHON: "C:\\Python27-x64"
|
||||||
|
PYTHON_VERSION: "2.7.x" # currently 2.7.9
|
||||||
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
|
- PYTHON: "C:\\Python35"
|
||||||
|
PYTHON_VERSION: "3.5.x" # currently 3.3.5
|
||||||
|
PYTHON_ARCH: "32"
|
||||||
|
|
||||||
|
- PYTHON: "C:\\Python35-x64"
|
||||||
|
PYTHON_VERSION: "3.5.x" # currently 3.3.5
|
||||||
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
|
# other intermediate versions
|
||||||
|
|
||||||
- PYTHON: "C:\\Python33"
|
- PYTHON: "C:\\Python33"
|
||||||
PYTHON_VERSION: "3.3.x" # currently 3.3.5
|
PYTHON_VERSION: "3.3.x" # currently 3.3.5
|
||||||
@@ -40,13 +53,13 @@ environment:
|
|||||||
# Python 2.6.6 is the latest Python 2.6 with a Windows installer
|
# Python 2.6.6 is the latest Python 2.6 with a Windows installer
|
||||||
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10
|
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10
|
||||||
|
|
||||||
# - PYTHON: "C:\\Python266"
|
- PYTHON: "C:\\Python266"
|
||||||
# PYTHON_VERSION: "2.6.6"
|
PYTHON_VERSION: "2.6.6"
|
||||||
# PYTHON_ARCH: "32"
|
PYTHON_ARCH: "32"
|
||||||
|
|
||||||
# - PYTHON: "C:\\Python266-x64"
|
- PYTHON: "C:\\Python266-x64"
|
||||||
# PYTHON_VERSION: "2.6.6"
|
PYTHON_VERSION: "2.6.6"
|
||||||
# PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ECHO "Filesystem root:"
|
- ECHO "Filesystem root:"
|
||||||
|
|||||||
Reference in New Issue
Block a user