]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
don't run doctests any more 17/head
authorAlex Morega <alex@grep.ro>
Sat, 6 Jul 2013 12:32:42 +0000 (14:32 +0200)
committerAlex Morega <alex@grep.ro>
Sat, 6 Jul 2013 12:54:58 +0000 (14:54 +0200)
Makefile
setup.cfg
tox.ini

index 53b5383861afb994008121a49dfa4795a2416464..42520834d5adc4db5cc6da146bce69ed80b228b5 100644 (file)
--- 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
index 2acfc4daf86fdb47db2c1d14127bbf7b3be2fb34..01bb954499e4eebf51604784cd75a64aa82b7b5a 100644 (file)
--- 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 a787b8e71297245d588c4d08b4bdd4a4347fc504..35672857f01ac844a0e6916d1b33bb9d40499ed0 100644 (file)
--- 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 []