summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 5 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index e283efb..0ba7964 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,17 +4,13 @@ skip_missing_interpreters = true
[testenv]
commands =
- coverage run --parallel-mode tests.py
- coverage combine
- coverage xml
- coverage report -m
+ {envpython} {toxinidir}/tests.py
deps =
lxml
- coverage
[testenv:py38]
# lxml FTBFS because Python sets -Wimplicit-int
-deps = coverage
+deps =
[testenv:black]
commands = black --check --verbose \
@@ -51,6 +47,6 @@ max-line-length = 98
python =
3.6: py36
3.7: py37
- 3.8: py38, pep8py3, doc
- 3.9: py39, black
- 3.10: py310
+ 3.8: py38, pep8py3
+ 3.9: py39, doc
+ 3.10: py310, black