summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f1deb7e..c9e44ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
deps =
- https://launchpad.net/swift/havana/1.10.0/+download/swift-1.10.0.tar.gz
+ https://launchpad.net/gluster-swift/icehouse/1.10.1/+download/swift-1.10.0.33.g4bfe674.tar.gz
--download-cache={homedir}/.pipcache
-r{toxinidir}/tools/test-requires
changedir = {toxinidir}/test/unit
@@ -25,6 +25,9 @@ whitelist_externals=bash
commands = bash tools/functional_tests.sh
[testenv:pep8]
+deps =
+ --download-cache={homedir}/.pipcache
+ -r{toxinidir}/tools/test-requires
changedir = {toxinidir}
commands =
flake8