summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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