summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-02-27 10:57:13 -0800
committerDavid Lord <davidism@gmail.com>2020-02-27 10:57:13 -0800
commit35929957d81ab18a7bc0d75e850449f3f1068107 (patch)
tree5c53474fc211a97762e5f7e780416473e9e80a44 /tox.ini
parent559a46c40379bbb38dc6ab75fbd9288489bdf655 (diff)
downloadclick-35929957d81ab18a7bc0d75e850449f3f1068107.tar.gz
update project metadata
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