Skip to content

Commit 038561c

Browse files
committed
Make codecov required on AppVeyor
1 parent 97b918c commit 038561c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ install:
2828
build: off
2929

3030
test_script:
31+
- pip install codecov
3132
- python setup.py test
33+
- codecov --required
3234

3335
after_test:
34-
- pip install codecov wheel
35-
- codecov
3636
- del bencoder.c
37+
- pip install wheel
3738
- pip wheel . -w wheelhouse/
3839
- ps: "ls wheelhouse/*"
3940

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py26, py27, py33, py34, py35, pypy
44
[testenv]
55
commands =
66
python setup.py test
7-
codecov -e TOXENV
7+
codecov
88
skip_install = True
99
passenv = CI SEMAPHORE BRANCH_NAME SEMAPHORE_* REVISION CODECOV_TOKEN
1010
deps =

0 commit comments

Comments
 (0)