summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
-rw-r--r--tox.ini4
2 files changed, 4 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index a25ff2d..bac126a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,7 +11,7 @@ PrettyTable<0.8,>=0.7.1 # BSD
oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
-keystoneauth1>=2.16.0 # Apache-2.0
+keystoneauth1>=2.17.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
PyYAML>=3.10.0 # MIT
requests!=2.12.2,>=2.10.0 # Apache-2.0
diff --git a/tox.ini b/tox.ini
index 0b67fa0..7e1eb4d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,7 +42,9 @@ setenv =
passenv = OS_*
[testenv:cover]
-commands = python setup.py testr --coverage --testr-args='{posargs}'
+commands =
+ python setup.py testr --coverage --testr-args='{posargs}'
+ coverage report
[testenv:docs]
commands=