From 2ffc17cc912b12a2c65bf7b18447d56d7b4b55e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 8 Feb 2016 09:50:27 +0100 Subject: [PATCH] Dependency bump to Liberty. Change-Id: Id57ccf8c34c95a1db882de4ffbd60c2d7e776ca1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0169fee..7429328 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_COVER_ERASE=1 deps = -r{toxinidir}/test-requirements.txt - https://launchpad.net/swift/kilo/2.3.0/+download/swift-2.3.0.tar.gz + https://launchpad.net/swift/liberty/2.5.0/+download/swift-2.5.0.tar.gz commands = nosetests {posargs:test/unit} [testenv:cover]