summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Neuhäuser <dasdasich@gmail.com>2013-05-18 20:57:46 +0200
committerDaniel Neuhäuser <dasdasich@gmail.com>2013-05-18 20:57:46 +0200
commitda538ba21063f579270ab96904ac93244da24bdd (patch)
tree2f9ede894a301ca3c6df7899e7ad269f0a84e89c /tox.ini
parent3aa621937d2d06e72424a5e7ac185fde8e70a7bc (diff)
downloadwerkzeug-da538ba21063f579270ab96904ac93244da24bdd.tar.gz
We depend on unittest2 for the tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9b8d651b..57431a3b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,5 +6,6 @@ envlist=py26,py27,pypy,py33
[testenv]
deps=
six
+ unittest2
commands=
python ./run-tests.py []