mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-04 10:44:44 +00:00
Simplify tox.ini
This commit is contained in:
parent
d2964faa54
commit
70b56839c6
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
|
@ -3,10 +3,9 @@ skipsdist = true
|
|||
envlist = py36
|
||||
|
||||
[testenv]
|
||||
passenv = LC_ALL, LANG, HOME
|
||||
deps =
|
||||
binaryornot
|
||||
flake8==2.5.5
|
||||
pytest-cookies
|
||||
sh
|
||||
commands = py.test {posargs:tests}
|
||||
commands = pytest {posargs:./tests}
|
||||
|
|
|
|||
Loading…
Reference in a new issue