aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e5efefcb..c8b3e76a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ commands =
[testenv:docs]
deps =
- .[docs-test]
+ .[docstest]
basepython = python2.7
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
@@ -47,14 +47,14 @@ commands =
[testenv:pep8]
deps =
- .[pep8-test]
+ .[pep8test]
commands =
flake8 .
[testenv:py3pep8]
basepython = python3
deps =
- .[pep8-test]
+ .[pep8test]
commands =
flake8 .