From 59ebc76b97ed91f18b88e1eedcc66bcc6e0331d5 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 6 Jul 2016 20:44:38 +0200 Subject: add pep8 and flake8 to tox ini --- tox.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 82a0586..bc5335d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,13 +4,15 @@ # and then run "tox" from this directory. [tox] -envlist = py27,py35,pypy +envlist = py27, py35, pypy [testenv] -commands = py.test +commands = py.test --pep8 # TODO get from requirements? deps = - zope.interface + pytest + pytest-pep8 + pytest-flake8 six gnupg - pytest + zope.interface -- cgit v1.2.3