- support args

This commit is contained in:
Mike Bayer
2014-07-20 15:34:08 -04:00
parent cca03097f4
commit 30ab1a02c5
+1 -2
View File
@@ -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]