mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
qa: run flake8 against tests (#180)
This commit is contained in:
parent
d364802a8a
commit
e3b547f5e1
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -33,11 +33,11 @@ commands = python setup.py check -r -s
|
|||
deps = readme_renderer
|
||||
|
||||
[testenv:flake8-py27]
|
||||
commands = flake8 configurations
|
||||
commands = flake8 configurations tests
|
||||
deps = flake8
|
||||
|
||||
[testenv:flake8-py36]
|
||||
commands = flake8 configurations
|
||||
commands = flake8 configurations tests
|
||||
deps = flake8
|
||||
|
||||
[flake8]
|
||||
|
|
|
|||
Loading…
Reference in a new issue