]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- support args
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Jul 2014 19:34:08 +0000 (15:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Jul 2014 19:34:08 +0000 (15:34 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index 9f26e388311f858d5ce1759e8d6e5fc5724e72d5..3a4caf5754240aaa90ffb6d65ca6c8a4bd98afbe 100644 (file)
--- 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]