summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore1
-rw-r--r--tox.ini5
2 files changed, 4 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 44d78aa..e5660d0 100644
--- a/.hgignore
+++ b/.hgignore
@@ -8,3 +8,4 @@
^doc/_build
^dist/
^pylint.egg-info/
+.tox
diff --git a/tox.ini b/tox.ini
index 45d8e4d..9c19dac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,10 @@
[tox]
+# official list is
#envlist = py25, py26, py27, py32, py33
+# though 2.5 support is known to be broken...
envlist = py27, py33
[testenv]
deps =
logilab-common
astroid
-changedir = {envsitepackagesdir}/pylint/test/
-commands = pytest \ No newline at end of file
+commands = pytest -t {envsitepackagesdir}/pylint/test/ \ No newline at end of file