summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-05-08 13:15:14 +0200
committerholger krekel <holger@merlinux.eu>2015-05-08 13:15:14 +0200
commit6e2e1a62b903a29bfeca35c680789a8e959786fa (patch)
tree10fbc8da4a1c4bed91cd36adc8ca66806f3050f1 /tox.ini
parentecdad82f66a6e6678276d7101f7d0457de27ecd7 (diff)
downloadtox-6e2e1a62b903a29bfeca35c680789a8e959786fa.tar.gz
introduce little plugin system based on pluggy
and refactor/streamline some code with relation to getting executables
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8f255d2..607add9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,9 @@ commands=
deps = pytest-flakes>=0.2
pytest-pep8
-commands = py.test -x --flakes --pep8 tox tests
+commands =
+ py.test --flakes -m flakes tox tests
+ py.test --pep8 -m pep8 tox tests
[testenv:dev]
# required to make looponfail reload on every source code change