mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-26 04:43:43 +00:00
Remove requirements.txt from tox.ini in favor of explicit testenv deps
This commit is contained in:
parent
adf10a03ba
commit
54267d0dce
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -4,6 +4,8 @@ envlist = py27,py34,py35
|
|||
|
||||
[testenv]
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
binaryornot
|
||||
flake8
|
||||
pytest-cookies
|
||||
sh
|
||||
commands = py.test {posargs:tests}
|
||||
|
|
|
|||
Loading…
Reference in a new issue