Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit569e580

Browse files
committed
Stop running coverage on Travis/AppVeyor
1 parentf4646e6 commit569e580

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 installsix==1.9

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp