mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Simplify tox.ini
This commit is contained in:
parent
d2964faa54
commit
70b56839c6
3
tox.ini
3
tox.ini
|
@ -3,10 +3,9 @@ skipsdist = true
|
||||||
envlist = py36
|
envlist = py36
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = LC_ALL, LANG, HOME
|
|
||||||
deps =
|
deps =
|
||||||
binaryornot
|
binaryornot
|
||||||
flake8==2.5.5
|
flake8==2.5.5
|
||||||
pytest-cookies
|
pytest-cookies
|
||||||
sh
|
sh
|
||||||
commands = py.test {posargs:tests}
|
commands = pytest {posargs:./tests}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user