summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 []