Swift dependency bump to Newton.

Change-Id: I72013fa7a14a402bbe0a581cf4a4a35b3ae81b8f
This commit is contained in:
Ondřej Nový 2016-10-29 15:04:47 +02:00
parent 6f6380ffc8
commit 0268a1605a

View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_COVER_ERASE=1 NOSE_COVER_ERASE=1
deps = deps =
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
https://tarballs.openstack.org/swift/swift-2.7.0.tar.gz https://tarballs.openstack.org/swift/swift-2.10.0.tar.gz
commands = nosetests {posargs:test/unit} commands = nosetests {posargs:test/unit}
[testenv:cover] [testenv:cover]