From c6c3b6d9d50f50f7876d94899a934ecdd68bf417 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 29 May 2016 00:17:08 -0500 Subject: pip is prejudiced against dashes and underscores (#2922) --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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 . -- cgit v1.2.3