Fixed tox setup

pull/167/head
Ashley Whetter 5 years ago
parent f3ab2ef6e2
commit 6d39780ae4

@ -35,6 +35,7 @@ commands =
[testenv:lint]
deps =
pylint<2.3 # PyCQA/prospector#321
prospector
commands =
prospector \
@ -44,7 +45,7 @@ commands =
[testenv:docs]
deps =
Sphinx>=2.0,<=2.1
Sphinx>=2.0,<2.1
sphinx_rtd_theme
changedir = {toxinidir}/docs
commands =

Loading…
Cancel
Save