mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Switch from pep8 to pycodestyle
This commit is contained in:
parent
f2a42ab6fe
commit
b58188f805
@ -21,6 +21,6 @@ pytest
|
|||||||
pytest-django
|
pytest-django
|
||||||
pytest-sugar
|
pytest-sugar
|
||||||
pytest-env
|
pytest-env
|
||||||
pep8
|
pycodestyle
|
||||||
flake8
|
flake8
|
||||||
tox
|
tox
|
||||||
|
15
src/tox.ini
15
src/tox.ini
@ -5,15 +5,18 @@
|
|||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py34, py35, py36, pep8
|
envlist = py34, py35, py36, pycodestyle
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = pytest
|
commands = pytest
|
||||||
deps = -r{toxinidir}/../requirements.txt
|
deps = -r{toxinidir}/../requirements.txt
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pycodestyle]
|
||||||
commands=pep8
|
commands=pycodestyle
|
||||||
deps=pep8
|
deps=pycodestyle
|
||||||
|
|
||||||
[pep8]
|
[pycodestyle]
|
||||||
exclude=.tox,migrations,paperless/settings.py
|
exclude=
|
||||||
|
.tox,
|
||||||
|
migrations,
|
||||||
|
paperless/settings.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user