summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-02-11 23:40:40 +0100
committerDaniel Hahler <git@thequod.de>2019-02-15 17:55:01 +0100
commit40eef6da0c1df818f7479430c6b8ce88dc0d9a8d (patch)
tree6365abd77c30f94ce14b9ff163c4400aaf10d65b /appveyor.yml
parent71373b04b057e7d40fe8d88f901bc4988e38a87a (diff)
downloadpytest-40eef6da0c1df818f7479430c6b8ce88dc0d9a8d.tar.gz
AppVeyor: use xdist for py?? envs, drop py27/py37
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2dea0180f..773e16b1b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,12 +2,10 @@ environment:
matrix:
- TOXENV: "py37-xdist"
- TOXENV: "py27-xdist"
- - TOXENV: "py27"
- - TOXENV: "py37"
- TOXENV: "linting,docs,doctesting"
- - TOXENV: "py36"
- - TOXENV: "py35"
- - TOXENV: "py34"
+ - TOXENV: "py34-xdist"
+ - TOXENV: "py35-xdist"
+ - TOXENV: "py36-xdist"
- TOXENV: "pypy"
PYTEST_NO_COVERAGE: "1"
# Specialized factors for py27.