AppVeyor: use fast_finish

This runs py27, py37 and linting first - simulating the baseline stage
used on Travis.
This commit is contained in:
Daniel Hahler 2018-10-14 14:24:28 +02:00
parent 6d0667f1db
commit 7ded937e19
1 changed files with 8 additions and 3 deletions

View File

@ -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*