remove codecov

This commit is contained in:
David Lord 2019-06-12 10:35:35 -07:00
parent 2d993a78bf
commit bc5269e5da
2 changed files with 1 additions and 6 deletions

View file

@ -62,13 +62,9 @@ commands =
coverage report
[testenv:coverage-ci]
passenv = CODECOV_TOKEN
deps =
coverage
codecov
deps = coverage
skip_install = true
commands =
coverage combine
codecov
coverage xml
coverage report