From: Mike Bayer Date: Wed, 17 Sep 2014 18:02:34 +0000 (-0400) Subject: - move this to the correct location X-Git-Tag: rel_1_0_0b1~70^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1217d6ce97bd469b3ec2c17f6f955730059d571f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - move this to the correct location --- diff --git a/tox.ini b/tox.ini index 5ed71e8729..e81ae46974 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