summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml23
-rw-r--r--setup.cfg7
2 files changed, 29 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..b81eb00
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,23 @@
+- project:
+ templates:
+ - publish-opendev-tox-docs
+ check:
+ jobs:
+ - tox-pep8
+ - tox-py27
+ - tox-py35:
+ nodeset: ubuntu-xenial
+ - build-python-release
+ gate:
+ jobs:
+ - tox-pep8
+ - tox-py27
+ - tox-py35:
+ nodeset: ubuntu-xenial
+ - build-python-release
+ promote:
+ jobs:
+ - opendev-promote-python
+ release:
+ jobs:
+ - opendev-release-python \ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 34b13a7..da65459 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,12 @@ author-email = openstack-discuss@lists.openstack.org
summary = Pure Python Async Gear Protocol Library
description-file =
README.rst
-home-page = http://pypi.python.org/pypi/gear
+home-page = https://opendev.org/opendev/gear
+project_urls =
+ Bug Tracker = https://storyboard.openstack.org/#!/project/opendev/gear
+ CI: Zuul = https://zuul.opendev.org/t/opendev/builds?project=opendev/gear
+ Source Code = https://opendev.org/opendev/gear
+ Documentation = https://docs.opendev.org/opendev/gear/
classifier =
Development Status :: 4 - Beta
Environment :: Console