summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-10-14 14:23:09 +0200
committerDaniel Hahler <git@thequod.de>2018-10-14 14:27:34 +0200
commit6d0667f1dba390d7692d2c8157960a6f747ce291 (patch)
treed924e17fa261da1ed5082a1f98a13f19418ca4bf /appveyor.yml
parentc6c326f0764c4bb12adf81358867e82df1227f0f (diff)
downloadpytest-6d0667f1dba390d7692d2c8157960a6f747ce291.tar.gz
CI: run specialized factors in a single job
Given the setup time for jobs, it makes sense to run *-pexpect,*-trial,*-numpy in a single build job.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml
index efc880638..c8329c717 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,5 @@
environment:
matrix:
- - TOXENV: "linting,docs,doctesting"
- PYTEST_NO_COVERAGE: "1"
- TOXENV: "py27"
- TOXENV: "py34"
- TOXENV: "py35"
@@ -9,19 +7,18 @@ environment:
- TOXENV: "py37"
- TOXENV: "pypy"
PYTEST_NO_COVERAGE: "1"
- - TOXENV: "py27-xdist"
- - TOXENV: "py27-trial"
- - TOXENV: "py27-numpy"
+ # Specialized factors for py27.
+ - TOXENV: "py27-trial,py27-numpy,py27-nobyte"
- TOXENV: "py27-pluggymaster"
PYTEST_NO_COVERAGE: "1"
- - TOXENV: "py36-xdist"
- - TOXENV: "py36-trial"
- - TOXENV: "py36-numpy"
+ - TOXENV: "py27-xdist"
+ # Specialized factors for py36.
+ - TOXENV: "py36-trial,py36-numpy"
- TOXENV: "py36-pluggymaster"
PYTEST_NO_COVERAGE: "1"
- - TOXENV: "py27-nobyte"
- TOXENV: "py36-freeze"
PYTEST_NO_COVERAGE: "1"
+ - TOXENV: "py36-xdist"
install:
- echo Installed Pythons