From 4600fac248160c4e54d069bc2f32fc95762dcc1c Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Fri, 19 Jun 2015 09:06:51 +0100 Subject: [PATCH] Test more combinations on Windows --- appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 92312ba7..9263440c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,15 @@ build: false environment: matrix: - - TOXENV: py27-unittests - - TOXENV: py33-unittests - - TOXENV: py34-unittests - TOXENV: py27-integration + - TOXENV: py27-min-req + - TOXENV: py27-unittests - TOXENV: py33-integration + - TOXENV: py33-min-req + - TOXENV: py33-unittests - TOXENV: py34-integration + - TOXENV: py34-min-req + - TOXENV: py34-unittests - TOXENV: flake8 init: - "ECHO %TOXENV%"