Skip to content

Commit ce993e4

Browse files
committed
Fix Appveyor CI config for running codecov
1 parent b2ceaae commit ce993e4

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
environment:
2-
3-
APPVEYOR: true
4-
52
matrix:
63
- PYTHON: "C:\\Python36-x64"
74
- PYTHON: "C:\\Python27-x64"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = python
55
usedevelop = True
66
commands =
77
pytest {posargs}
8-
python -c "import codecov, os, sys; os.environ['APPVEYOR'] = os.getenv('APPVEYOR', '').replace('true', 'True'); sys.argv += ['-f', 'coverage.xml', '-X', 'gcov']; codecov.main()"
8+
codecov -f coverage.xml -X gcov
99
passenv =
1010
WEBTEST_INTERACTIVE
1111
CI

0 commit comments

Comments
 (0)