From 70b56839c6605c68fa24b2f8a73a9bb082d7a059 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Mon, 5 Mar 2018 14:25:51 +0300 Subject: [PATCH] Simplify tox.ini --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a16b80ed..2399e24d 100644 --- a/tox.ini +++ b/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}