summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini21
1 files changed, 2 insertions, 19 deletions
diff --git a/tox.ini b/tox.ini
index 51ba92a..30c16da 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,32 +1,15 @@
[tox]
envlist =
- py{37,36,35,27,py3,py}
+ py{38,37,36,35,27,py3,py}
docs
- coverage
skip_missing_interpreters = true
[testenv]
deps =
pytest
- coverage
colorama
-commands = coverage run -p -m pytest --tb=short -Werror --basetemp={envtmpdir} {posargs}
+commands = pytest --tb=short --basetemp={envtmpdir} {posargs}
[testenv:docs]
deps = -r docs/requirements.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
-
-[testenv:coverage]
-deps = coverage
-skip_install = true
-commands =
- coverage combine
- coverage html
- coverage report
-
-[testenv:coverage-ci]
-deps = codecov
-skip_install = true
-commands =
- coverage combine
- coverage xml