summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6301a14..de90c0a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ skipdist = True
usedevelop = True
deps =
pytest
+ pytest-cov
setenv =
PYTHONIOENCODING=UTF-8
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -21,7 +22,8 @@ passenv =
whitelist_externals =
git
commands=
- python -m pytest t/test.py {posargs}
+ # pyproject.toml for config and defaults
+ python -m pytest {posargs}
[testenv:pkg]
deps =