+x to scripts
[osm/MON.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 17e4fab..37c4113 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -40,13 +40,7 @@ setenv =
    VIRTUAL_ENV={envdir}
 
 [testenv:pep8]
-commands = flake8 test
-
-[testenv:venv]
-commands = {posargs}
-
-[testenv:cover]
-commands = python setup.py test --coverage
+commands = flake8 plugins
 
 [pep8]
 max-line-length = 80