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%"