summaryrefslogtreecommitdiff
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
parentabb96be40053f9c811f27c0f0dd365224b5c1d00 (diff)
downloadbabel-9bc06c599dc1a7624e1642c37267cafe32740139.tar.gz
don't run doctests any more
-rw-r--r--Makefile2
-rw-r--r--setup.cfg3
-rw-r--r--tox.ini2
3 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 53b5383..4252083 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test: import-cldr
- @py.test babel tests
+ @py.test tests
import-cldr:
@./scripts/download_import_cldr.py
diff --git a/setup.cfg b/setup.cfg
index 2acfc4d..01bb954 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,3 @@
[egg_info]
tag_build = dev
tag_svn_revision = true
-
-[pytest]
-addopts = --doctest-modules
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 []