summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4251a6d..8ccd56b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,3 +42,12 @@ deps =
wheel
commands =
python setup.py sdist bdist_wheel upload
+
+[testenv:codecov]
+basepython = python3
+deps =
+ codecov
+passenv =
+ CODECOV_TOKEN
+commands =
+ codecov