]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
tox.ini: Use {posargs} so that test runner arguments can be passed to
authorMarc Abramowitz <marc@marc-abramowitz.com>
Thu, 6 Jun 2013 05:23:48 +0000 (22:23 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Thu, 6 Jun 2013 05:23:48 +0000 (22:23 -0700)
tox

E.g.: tox -e py26 -- -v jinja2.testsuite.core_tags

tox.ini

diff --git a/tox.ini b/tox.ini
index 4bad758e9de68b1e4b1108ffe07aa76206bff37c..a8f951eb138342d31feb3c7a8673f66a6ae35d1f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -2,4 +2,4 @@
 envlist = py26, py27, pypy, py33
 
 [testenv]
-commands = python run-tests.py
+commands = python run-tests.py {posargs}