AppVeyor: use fast_finish
This runs py27, py37 and linting first - simulating the baseline stage used on Travis.
This commit is contained in:
parent
6d0667f1db
commit
7ded937e19
11
appveyor.yml
11
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*
|
||||
|
|
Loading…
Reference in New Issue