Simplify tox.ini

This commit is contained in:
Nikita P. Shupeyko 2018-03-05 14:25:51 +03:00
parent d2964faa54
commit 70b56839c6

View File

@ -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}