From 1de8af907dbced4fde64ee2c7f57527fc43ad1cc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 16:07:02 +0100 Subject: Removed unnecessary (non-gitpython) tests and fixed flake8 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2b743870..b50d77fa 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,8 @@ commands = {posargs} [flake8] #show-source = True -ignore = E265,F403 +#E265 = it can't deal with my #{ section sections +#F403 = from module import * in __init__ +ignore = E265 max-line-length = 120 exclude = .tox,.venv,build,dist,doc,git/ext/ -- cgit v1.2.3