add pep8 autoformat checks to travis

This commit is contained in:
Thomas Kriechbaumer
2015-05-27 11:34:14 +02:00
parent 161bc2cfaa
commit 8037830696
3 changed files with 9 additions and 4 deletions

View File

@@ -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)
]
}