summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-17 14:02:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-17 14:02:34 -0400
commit1217d6ce97bd469b3ec2c17f6f955730059d571f (patch)
tree93c52f9ef07e0ece47c2b48e65399b3953d2e12f /tox.ini
parent4a4cbe5ff2e988ddaa0dff6a53bd09598834af89 (diff)
downloadsqlalchemy-1217d6ce97bd469b3ec2c17f6f955730059d571f.tar.gz
- move this to the correct location
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5ed71e872..e81ae4697 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,11 +29,11 @@ commands=
[testenv:pep8]
+deps=flake8
commands = python -m flake8 {posargs}
[flake8]
-deps=flake8
show-source = True
ignore = E711,E712,E721,F841,F811
exclude=.venv,.git,.tox,dist,doc,*egg,build