From e66aa0c41f24635d1a9df0555a4e838b09e1dc24 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Apr 07 2017 08:38:50 +0000 Subject: add posargs for passing additional args to py.test (e.g. run tests in specific file/dir only) --- diff --git a/tox.ini b/tox.ini index 7268d1e..f2945b7 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = py27, py35, coverage, flake8, bandit [testenv] deps = pytest -commands = py.test +commands = py.test {posargs} [testenv:coverage] basepython = python3