summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-05-08 13:18:23 +0200
committerholger krekel <holger@merlinux.eu>2015-05-08 13:18:23 +0200
commit7bbef27b6d602d9f57f46a0a11d84ce050ee0351 (patch)
treec3017434e15a83fe31022d8f7c4d37fb65e8ef4b /tox.ini
parent820b005c923aabf9c8724aa6ef5aea6ad4a1ac6b (diff)
downloadtox-7bbef27b6d602d9f57f46a0a11d84ce050ee0351.tar.gz
introduce little plugin system which allows to add command line options,
perform extra configuration and determine how python executables are found (see hookspec)
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