AppVeyor: drop pluggymaster
This commit is contained in:
parent
63e7f8e340
commit
dc8c27037a
|
@ -6,14 +6,13 @@ environment:
|
||||||
- TOXENV: "py34-xdist"
|
- TOXENV: "py34-xdist"
|
||||||
- TOXENV: "py35-xdist"
|
- TOXENV: "py35-xdist"
|
||||||
- TOXENV: "py36-xdist"
|
- TOXENV: "py36-xdist"
|
||||||
|
# NOTE: pypy-xdist is buggy currently (https://github.com/pytest-dev/pytest-xdist/issues/142).
|
||||||
- TOXENV: "pypy"
|
- TOXENV: "pypy"
|
||||||
PYTEST_NO_COVERAGE: "1"
|
PYTEST_NO_COVERAGE: "1"
|
||||||
# Specialized factors for py27.
|
# Specialized factors for py27.
|
||||||
- TOXENV: "py27-trial,py27-numpy,py27-nobyte"
|
- TOXENV: "py27-trial,py27-numpy,py27-nobyte"
|
||||||
- TOXENV: "py27-pluggymaster"
|
|
||||||
# Specialized factors for py37.
|
# Specialized factors for py37.
|
||||||
- TOXENV: "py37-trial,py37-numpy"
|
- TOXENV: "py37-trial,py37-numpy"
|
||||||
- TOXENV: "py37-pluggymaster"
|
|
||||||
- TOXENV: "py37-freeze"
|
- TOXENV: "py37-freeze"
|
||||||
PYTEST_NO_COVERAGE: "1"
|
PYTEST_NO_COVERAGE: "1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue