We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c15b537 + d3f5324 commit 4d19b94Copy full SHA for 4d19b94
tox.ini
@@ -162,16 +162,18 @@ commands =
162
163
164
[testenv:coveralls]
165
-passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
+passenv = CI TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN
166
usedevelop = True
167
changedir = .
168
deps =
169
{[testenv]deps}
170
coveralls
171
+ codecov
172
commands =
173
coverage run --source=_pytest -m pytest testing
174
coverage report -m
175
176
177
178
[testenv:release]
179
decription = do a release, required posarg of the version number
0 commit comments