Remove code coverage. (#1043)

Remove setup.py test (doesn't work with Tox).
This commit is contained in:
Pavel Minaev 2018-11-19 20:59:02 -08:00 committed by GitHub
parent cd5645da0d
commit b5b1e4145e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 42 deletions

View file

@ -3,7 +3,4 @@ envlist = py{27,34,35,36,37}
[testenv]
deps = -rtest_requirements.txt
setenv =
COVERAGE_FILE = .coverage.{envname}
commands =
pytest {posargs:-vv}
commands = pytest {posargs:-vv}