From: Mike Bayer Date: Sun, 20 Jul 2014 19:34:08 +0000 (-0400) Subject: - support args X-Git-Tag: rel_1_0_0b1~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30ab1a02c5e7795055445ea5491c3e5da41cf820;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - support args --- 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]