From 80378306960379f12aca72309dc47437cd1a825c Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 27 May 2015 11:34:14 +0200 Subject: add pep8 autoformat checks to travis --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 86a55c4c..3680889b 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,8 @@ setup( "nose>=1.3.0", "nose-cov>=1.6", "coveralls>=0.4.1", + "autopep8>=1.0.3", + "autoflake>=0.6.6", "pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION) ] } -- cgit v1.2.3