Skip to content

Commit

Permalink
AppVeyor: run py{27,37}-xdist first
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 13, 2018
1 parent 5902e5a commit 3e05848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,5 +1,7 @@
environment:
matrix:
- TOXENV: "py37-xdist"
- TOXENV: "py27-xdist"
- TOXENV: "py27"
- TOXENV: "py37"
- TOXENV: "linting,docs,doctesting"
Expand All @@ -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
Expand Down

0 comments on commit 3e05848

Please sign in to comment.