summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 95b3075..e052f92 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,10 +25,10 @@ basepython =
pypy3: {env:TOXPYTHON:pypy3}
py27: {env:TOXPYTHON:python2.7}
py35: {env:TOXPYTHON:python3.5}
- {py36,docs}: {env:TOXPYTHON:python3.6}
+ py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
- {bootstrap,clean,check,report,codecov}: {env:TOXPYTHON:python3}
+ {bootstrap,clean,check,report,codecov,docs}: {env:TOXPYTHON:python3}
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
@@ -39,6 +39,7 @@ deps =
pytest
pytest-travis-fold
pytest-cov
+ pytest-clarity
six
py{27,35,36,37,38,py,py3}: twisted
commands =