summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-08-29 15:44:03 -0400
committerBrett Cannon <brett@python.org>2014-08-29 15:44:03 -0400
commitc2cc31874880d7f0d5bd444c6a3b17fa817e2509 (patch)
treec234e08aa390be9bca941e66e508071e5e44a801 /tox.ini
parent5b89bb1748d46dfa273cb2a19651227e1e92420a (diff)
downloadpylint-c2cc31874880d7f0d5bd444c6a3b17fa817e2509.tar.gz
Deal with a merge conflict
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a87f90e..5b3ec53 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,5 +7,5 @@ deps =
logilab-common
hg+https://bitbucket.org/logilab/astroid/
six
-commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p *test_*.py
+commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p {posargs:*test_*}.py
changedir = {toxworkdir}