summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-07-06 14:32:42 +0200
committerAlex Morega <alex@grep.ro>2013-07-06 14:54:58 +0200
commit9bc06c599dc1a7624e1642c37267cafe32740139 (patch)
tree7127fee6bf64b5f58432e3786955359efeaecc3b /tox.ini
parentabb96be40053f9c811f27c0f0dd365224b5c1d00 (diff)
downloadbabel-9bc06c599dc1a7624e1642c37267cafe32740139.tar.gz
don't run doctests any more
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 a787b8e..3567285 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,4 +5,4 @@ envlist = py26, py27, pypy, py33
deps =
pytz
pytest
-commands = py.test babel tests []
+commands = py.test tests []