mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-16 22:03:44 +03:00
Pin flake8 2.4.0 and pep8 1.5.7
This commit is contained in:
parent
f7fc754bc9
commit
2a6f25c5f9
|
@ -2,7 +2,8 @@
|
||||||
pytest-django==2.6
|
pytest-django==2.6
|
||||||
pytest==2.5.2
|
pytest==2.5.2
|
||||||
pytest-cov==1.6
|
pytest-cov==1.6
|
||||||
flake8==2.2.2
|
pep8==1.5.7
|
||||||
|
flake8==2.4.0
|
||||||
|
|
||||||
# Optional packages
|
# Optional packages
|
||||||
markdown>=2.1.0
|
markdown>=2.1.0
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -15,7 +15,8 @@ setenv =
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps = pytest==2.5.2
|
deps = pytest==2.5.2
|
||||||
flake8==2.2.2
|
pep8==1.5.7
|
||||||
|
flake8==2.4.0
|
||||||
commands = ./runtests.py --lintonly
|
commands = ./runtests.py --lintonly
|
||||||
|
|
||||||
[testenv:py3.4-django1.7]
|
[testenv:py3.4-django1.7]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user