From 69036e649c1416da7dd6fa96370a680fc95e039b Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 11 Jan 2016 20:36:44 +0530 Subject: [PATCH] Moved appveyor.yml to root --- pytest_gui_status/status_gui/appveyor.yml => appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) rename pytest_gui_status/status_gui/appveyor.yml => appveyor.yml (91%) diff --git a/pytest_gui_status/status_gui/appveyor.yml b/appveyor.yml similarity index 91% rename from pytest_gui_status/status_gui/appveyor.yml rename to appveyor.yml index 26b6b39..1a75e58 100644 --- a/pytest_gui_status/status_gui/appveyor.yml +++ b/appveyor.yml @@ -14,32 +14,26 @@ environment: - PYTHON: "C:\\Python27" PYTHON_VERSION: "2.7.x" # currently 2.7.9 PYTHON_ARCH: "32" - TOXENV: "py27,lib,coverage" - PYTHON: "C:\\Python27-x64" PYTHON_VERSION: "2.7.x" # currently 2.7.9 PYTHON_ARCH: "64" - TOXENV: "py27,lib,coverage" - PYTHON: "C:\\Python33" PYTHON_VERSION: "3.3.x" # currently 3.3.5 PYTHON_ARCH: "32" - TOXENV: "py33,lib,coverage" - PYTHON: "C:\\Python33-x64" PYTHON_VERSION: "3.3.x" # currently 3.3.5 PYTHON_ARCH: "64" - TOXENV: "py33,lib,coverage" - PYTHON: "C:\\Python34" PYTHON_VERSION: "3.4.x" # currently 3.4.3 PYTHON_ARCH: "32" - TOXENV: "py34,lib,coverage" - PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "3.4.x" # currently 3.4.3 PYTHON_ARCH: "64" - TOXENV: "py34,lib,coverage" # Python versions not pre-installed @@ -49,12 +43,10 @@ environment: - PYTHON: "C:\\Python266" PYTHON_VERSION: "2.6.6" PYTHON_ARCH: "32" - TOXENV: "py26,lib,coverage" - PYTHON: "C:\\Python266-x64" PYTHON_VERSION: "2.6.6" PYTHON_ARCH: "64" - TOXENV: "py26,lib,coverage" install: - ECHO "Filesystem root:"