From 4919f9ffef88248dad1b2bcfba59984e589ac1e0 Mon Sep 17 00:00:00 2001 From: "Eevee (Alex Munroe)" Date: Thu, 22 Jan 2015 12:46:19 -0800 Subject: Fix tox.ini on non-Windows, per #327. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ca9ec35..a19d5b6 100644 --- a/tox.ini +++ b/tox.ini @@ -9,9 +9,7 @@ deps = pillow six pytest -setenv = - PYTHONPATH = {toxinidir} -commands = {toxworkdir}/{envname}/Scripts/py.test [] +commands = py.test {posargs:scss/tests} [testenv:py26] -- cgit v1.2.1