We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b4995 commit d3f5324Copy full SHA for d3f5324
tox.ini
@@ -163,16 +163,18 @@ commands =
163
164
165
[testenv:coveralls]
166
-passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
+passenv = CI TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN
167
usedevelop = True
168
changedir = .
169
deps =
170
{[testenv]deps}
171
coveralls
172
+ codecov
173
commands =
174
coverage run --source=_pytest -m pytest testing
175
coverage report -m
176
177
178
179
[testenv:release]
180
decription = do a release, required posarg of the version number
0 commit comments