Skip to content

Commit 569e580

Browse files
committed
Stop running coverage on Travis/AppVeyor
1 parent f4646e6 commit 569e580

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
environment:
33
global:
44
PATH: "C:\\Python27\\Scripts\\;%PATH%"
5-
PYTEST_COMMAND: "coverage run -m pytest"
65
matrix:
76
- TOXENV: py27-base
87
- TOXENV: py27-optional
@@ -17,7 +16,7 @@ environment:
1716

1817
install:
1918
- git submodule update --init --recursive
20-
- python -m pip install tox codecov
19+
- python -m pip install tox
2120

2221
build: off
2322

@@ -26,6 +25,3 @@ test_script:
2625

2726
after_test:
2827
- python debug-info.py
29-
30-
on_success:
31-
- codecov

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ cache: pip
1313

1414
env:
1515
global:
16-
- PYTEST_COMMAND="coverage run -m pytest"
1716
- TOXENV=base,optional,six19-optional
1817

1918
install:
20-
- pip install tox codecov
19+
- pip install tox
2120

2221
script:
2322
- tox
2423

2524
after_script:
2625
- python debug-info.py
27-
28-
after_success:
29-
- codecov

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deps =
88
doc: Sphinx
99

1010
passenv =
11-
PYTEST_COMMAND
11+
PYTEST_COMMAND # this is maintained so one can, e.g., PYTEST_COMMAND="coverage run -m pytest"
1212
COVERAGE_RUN_OPTIONS
1313
commands =
1414
six19: pip install six==1.9

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy