summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-07-06 17:16:58 +0200
committerAlex Morega <alex@grep.ro>2013-07-06 17:17:55 +0200
commit75752cd1ddfe417d1ba448eeacc26d2801a93d43 (patch)
tree3a54971da6d06c07238562268f5f3cfcaa3fb4fc /tox.ini
parent2a45afc078647858857c8238f2effd928b1f0371 (diff)
downloadbabel-75752cd1ddfe417d1ba448eeacc26d2801a93d43.tar.gz
run the right test suite by default
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3567285..0059112 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,4 +5,4 @@ envlist = py26, py27, pypy, py33
deps =
pytz
pytest
-commands = py.test tests []
+commands = py.test []