diff --git a/appveyor.yml b/appveyor.yml index c8329c717..abe431984 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,12 @@ environment: matrix: - TOXENV: "py27" - - TOXENV: "py34" - - TOXENV: "py35" - - TOXENV: "py36" - TOXENV: "py37" + PYTEST_NO_COVERAGE: "1" + - TOXENV: "linting,docs,doctesting" + - TOXENV: "py36" + - TOXENV: "py35" + - TOXENV: "py34" - TOXENV: "pypy" PYTEST_NO_COVERAGE: "1" # Specialized factors for py27. @@ -20,6 +22,9 @@ environment: PYTEST_NO_COVERAGE: "1" - TOXENV: "py36-xdist" +matrix: + fast_finish: true + install: - echo Installed Pythons - dir c:\Python*