summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-07-06 20:44:38 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2016-07-06 20:44:38 +0200
commit59ebc76b97ed91f18b88e1eedcc66bcc6e0331d5 (patch)
tree954ae8d3ef1ce0b7526bb863ba597f32bafc8e3c
parent37c62994fd89a825a7c835f737238a00ecf73444 (diff)
add pep8 and flake8 to tox ini
-rw-r--r--tox.ini10
1 files 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