summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKartheek Lenkala <lkarthee@gmail.com>2015-03-22 17:01:50 +0530
committerKartheek Lenkala <lkarthee@gmail.com>2015-03-22 17:01:50 +0530
commite33a018d7ade816908c575dad9844c32fdfbf102 (patch)
tree3c42f0be1609385bbf4141d6ab136d58ab4b30e0 /tox.ini
parent4d16c361702598fd10cea6e20b0993c3d1adaab4 (diff)
downloadjinja2-e33a018d7ade816908c575dad9844c32fdfbf102.tar.gz
Moving testsuite directory to root folder
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 e02581d..ff5125b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,4 +2,4 @@
envlist = py26, py27, pypy, py33, py34
[testenv]
-commands = py.test jinja2
+commands = py.test --doctest-modules testsuite jinja2