From 15e0df9095054d04f877db20bc56c33c379ad61c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 20 Jul 2014 15:34:08 -0400 Subject: [PATCH] - support args --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 9f26e38831..3a4caf5754 100644 --- a/tox.ini +++ b/tox.ini @@ -28,8 +28,7 @@ commands= python -m coverage xml --include=lib/sqlalchemy/* [testenv:pep8] -# we are *very very* early in the flake8 process :) -commands = python -m flake8 setup.py sqla_nose.py test/aaa_profiling/ +commands = python -m flake8 {posargs} [flake8] -- 2.47.3