diff options
author | Daniel Hahler <git@thequod.de> | 2018-10-30 00:57:41 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2018-10-30 01:48:10 +0100 |
commit | 02f4f22c9495448d017b146bc530cd0b2d959c9a (patch) | |
tree | ffc621b07b0bb5948d88a44f1d4b1545e828cae2 /tox.ini | |
parent | 36e5b8bd16a6063ec654faf04541f3a20d19f7fe (diff) | |
download | paste-git-02f4f22c9495448d017b146bc530cd0b2d959c9a.tar.gz |
Enable coverage reporting via codecov
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,6 +4,10 @@ envlist = py27, py35, py36, py37, pypy [testenv] deps = pytest - pytest-cov + # 4.5.2a1 for py37 fix + coverage: https://github.com/nedbat/coveragepy/archive/58b210ad8998a9270f4ee6ff0c9054785f579b43.zip + coverage: pytest-cov +setenv = + coverage: PYTEST_ADDOPTS=--cov --cov-report=term-missing commands = py.test {posargs} |