We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deebb4e commit 73daec4Copy full SHA for 73daec4
requirements_test.txt
@@ -1,7 +1,6 @@
1
-r requirements.txt
2
coverage==4.1
3
mock>=1.0.1
4
-flake8>=2.1.0
5
tox>=1.7.0
6
psycopg2>=2.6.2
7
dj_database_url>=0.4.1
tox.ini
@@ -19,6 +19,6 @@ deps =
19
[testenv:linters]
20
deps =
21
# Does not need any other requirement
22
- -r{toxinidir}/requirements_test.txt
+ flake8>=2.1.0
23
commands =
24
make lint
0 commit comments