summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-07-20 15:37:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-07-20 15:37:18 -0400
commit123c10e882e841044173d79d979a6827183ab128 (patch)
treeb91f505f7062f94e6e9489b030f0db4d2d921f11
parent2997668bc47a963d4890e927c13d5c06a996df40 (diff)
parent30ab1a02c5e7795055445ea5491c3e5da41cf820 (diff)
downloadsqlalchemy-123c10e882e841044173d79d979a6827183ab128.tar.gz
Merge branch 'master' into test_branch
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 9f26e3883..3a4caf575 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]