mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-22 02:51:54 +00:00
Add pytest-cookies to testenv dependencies
This commit is contained in:
parent
cc74c48588
commit
bea23a7a91
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -3,5 +3,7 @@ skipsdist = true
|
|||
envlist = py27,py34,py35
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements.txt
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
pytest-cookies
|
||||
commands = py.test {posargs:tests}
|
||||
|
|
|
|||
Loading…
Reference in a new issue