Merge "Decouple linters from unit testing"

This commit is contained in:
Zuul 2020-10-01 03:07:04 +00:00 committed by Gerrit Code Review
commit 73005984a9
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
hacking
sphinx>=1.1.2,<1.2
python-subunit
stestr<3.0.0;python_version<'3.5'

View File

@ -14,6 +14,8 @@ commands =
stestr run --slowest {posargs}
[testenv:pep8]
deps =
hacking
commands = flake8
[testenv:docs]