]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- move this to the correct location
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2014 18:02:34 +0000 (14:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2014 18:02:34 +0000 (14:02 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index 5ed71e8729957e0c0bde0e5b89fbb8501fd6f2a0..e81ae469747b482430f7544302692e5fb5aa00d5 100644 (file)
--- 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