mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 02:09:49 +03:00
Merge ce98a8e50b
into bf15e018c2
This commit is contained in:
commit
949b571da8
|
@ -1,5 +1,5 @@
|
||||||
cookiecutter==1.4.0
|
cookiecutter==1.4.0
|
||||||
flake8==2.5.5
|
flake8==2.6.0
|
||||||
sh==1.11
|
sh==1.11
|
||||||
binaryornot==0.4.0
|
binaryornot==0.4.0
|
||||||
|
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -10,3 +10,6 @@ deps =
|
||||||
pytest-cookies
|
pytest-cookies
|
||||||
sh
|
sh
|
||||||
commands = py.test {posargs:tests}
|
commands = py.test {posargs:tests}
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
ignore = F405
|
||||||
|
|
|
@ -9,7 +9,7 @@ psycopg2==2.6.1
|
||||||
|
|
||||||
coverage==4.1
|
coverage==4.1
|
||||||
django-coverage-plugin==1.3.1
|
django-coverage-plugin==1.3.1
|
||||||
flake8==2.5.5
|
flake8==2.6.0
|
||||||
django-test-plus==1.0.13
|
django-test-plus==1.0.13
|
||||||
factory_boy==2.7.0
|
factory_boy==2.7.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user