From 9bc06c599dc1a7624e1642c37267cafe32740139 Mon Sep 17 00:00:00 2001 From: Alex Morega Date: Sat, 6 Jul 2013 14:32:42 +0200 Subject: [PATCH] don't run doctests any more --- Makefile | 2 +- setup.cfg | 3 --- tox.ini | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 53b53838..42520834 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 2acfc4da..01bb9544 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 a787b8e7..35672857 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 [] -- 2.47.2