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