From 7d5117c299ec33b66b67b906a9971bcbc77c3133 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 7 Dec 2014 23:36:14 +0100 Subject: [PATCH] tox: Update tornado dep --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ed6f0271..b80996e5 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = commands = nosetests -v tests/http deps = {[testenv]deps} - tornado==3.1 + tornado==3.1.1 [testenv:docs] deps = -r{toxinidir}/docs/requirements.txt