summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Neuhäuser <dasdasich@gmail.com>2013-06-16 23:15:26 +0200
committerDaniel Neuhäuser <dasdasich@gmail.com>2013-06-16 23:15:26 +0200
commit57f4322b87688b546c85a75a2b641f7cc0b4e07c (patch)
tree3ed3e266d84ff985f3e7976b03083264f892994a /tox.ini
parentbf562b9f7ae6d079906537b2cece14e0bacfc8f4 (diff)
downloadwerkzeug-57f4322b87688b546c85a75a2b641f7cc0b4e07c.tar.gz
Port RedisCache to 3.3
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 87bb978f..f2c17586 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,5 +7,6 @@ envlist=py26,py27,pypy,py33
[testenv]
deps=
greenlet
+ redis
commands=
python ./run-tests.py []