diff --git a/appveyor.yml b/appveyor.yml index 47f5db9e68a..9a50d5bd0d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ environment: matrix: + - TOXENV: "py37-xdist" + - TOXENV: "py27-xdist" - TOXENV: "py27" - TOXENV: "py37" - TOXENV: "linting,docs,doctesting" @@ -12,14 +14,12 @@ environment: - TOXENV: "py27-trial,py27-numpy,py27-nobyte" - TOXENV: "py27-pluggymaster" PYTEST_NO_COVERAGE: "1" - - TOXENV: "py27-xdist" # Specialized factors for py37. - TOXENV: "py37-trial,py37-numpy" - TOXENV: "py37-pluggymaster" PYTEST_NO_COVERAGE: "1" - TOXENV: "py37-freeze" PYTEST_NO_COVERAGE: "1" - - TOXENV: "py37-xdist" matrix: fast_finish: true