From cd7ca3de6838ac9208bc3cef0c49a84e32176d5c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 26 Sep 2015 03:46:03 -0300 Subject: [PATCH] Test py27-xdist and py35 environments on AppVeyor --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4a4e356bd..63495ec9c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,6 +52,18 @@ environment: PYTHON_ARCH: "32" TESTENV: "py26" + # xdist testing + + - PYTHON: "C:\\Python27" + PYTHON_VERSION: "2.7.x" # currently 2.7.9 + PYTHON_ARCH: "32" + TESTENV: "py27-xdist" + + - PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5.x" # currently 3.5.0 + PYTHON_ARCH: "32" + TESTENV: "py35-xdist" + install: - ECHO "Filesystem root:"