Skip to content

Commit f73fa47

Browse files
committed
Use coverage with pluggymaster
1 parent fd1684e commit f73fa47

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ env:
1717
# Specialized factors for py27.
1818
- TOXENV=py27-nobyte
1919
- TOXENV=py27-xdist
20-
- TOXENV=py27-pluggymaster PYTEST_NO_COVERAGE=1
20+
- TOXENV=py27-pluggymaster
2121
# Specialized factors for py37.
2222
- TOXENV=py37-pexpect,py37-trial,py37-numpy
23-
- TOXENV=py37-pluggymaster PYTEST_NO_COVERAGE=1
23+
- TOXENV=py37-pluggymaster
2424
- TOXENV=py37-freeze PYTEST_NO_COVERAGE=1
2525

2626
matrix:

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ environment:
1313
# Specialized factors for py27.
1414
- TOXENV: "py27-trial,py27-numpy,py27-nobyte"
1515
- TOXENV: "py27-pluggymaster"
16-
PYTEST_NO_COVERAGE: "1"
1716
# Specialized factors for py37.
1817
- TOXENV: "py37-trial,py37-numpy"
1918
- TOXENV: "py37-pluggymaster"
20-
PYTEST_NO_COVERAGE: "1"
2119
- TOXENV: "py37-freeze"
2220
PYTEST_NO_COVERAGE: "1"
2321

0 commit comments

Comments
 (0)