Remove setup requirements from lint tox env
This commit is contained in:
@@ -30,7 +30,6 @@ commands =
|
|||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
-rrequirements/setup.txt
|
|
||||||
-rrequirements/lint.txt
|
-rrequirements/lint.txt
|
||||||
commands =
|
commands =
|
||||||
flake8 src/drf_yasg testproj tests setup.py
|
flake8 src/drf_yasg testproj tests setup.py
|
||||||
|
|||||||
Reference in New Issue
Block a user