summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml2
-rw-r--r--README.rst12
-rw-r--r--tox.ini2
3 files changed, 6 insertions, 10 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 069e6c0..2806397 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -6,5 +6,5 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python3-train-jobs
+ - openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
diff --git a/README.rst b/README.rst
index dc06db6..91b4648 100644
--- a/README.rst
+++ b/README.rst
@@ -1,16 +1,12 @@
-========================
-Team and repository tags
-========================
+======
+PyCADF
+======
.. image:: https://governance.openstack.org/tc/badges/pycadf.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
-======
-PyCADF
-======
-
.. image:: https://img.shields.io/pypi/v/pycadf.svg
:target: https://pypi.org/project/pycadf/
:alt: Latest Version
@@ -36,4 +32,4 @@ auditors can expect from audit notifications.
.. _Launchpad project: https://launchpad.net/pycadf
.. _Blueprints: https://blueprints.launchpad.net/pycadf
.. _Bugs: https://bugs.launchpad.net/pycadf
-.. _Source: https://git.openstack.org/cgit/openstack/pycadf
+.. _Source: https://opendev.org/openstack/pycadf
diff --git a/tox.ini b/tox.ini
index c11841e..a7daf22 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py27,py37,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}