summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitreview2
-rw-r--r--.zuul.yaml12
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--setup.cfg3
-rw-r--r--tox.ini2
5 files changed, 10 insertions, 13 deletions
diff --git a/.gitreview b/.gitreview
index ef1a054..25fb843 100644
--- a/.gitreview
+++ b/.gitreview
@@ -1,4 +1,4 @@
[gerrit]
-host=review.openstack.org
+host=review.opendev.org
port=29418
project=openstack/heat-cfntools.git
diff --git a/.zuul.yaml b/.zuul.yaml
index 5e9a724..7db58cb 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,14 +1,8 @@
- project:
templates:
- check-requirements
- - publish-openstack-docs-pti
- - openstack-python35-jobs
- - openstack-python36-jobs
+ - openstack-lower-constraints-jobs
- openstack-python-jobs
+ - openstack-python3-train-jobs
+ - publish-openstack-docs-pti
- publish-to-pypi
- check:
- jobs:
- - openstack-tox-lower-constraints
- gate:
- jobs:
- - openstack-tox-lower-constraints
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 8cc4989..862ffd6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -11,6 +11,6 @@ the workflow documented at:
Pull requests submitted through GitHub will be ignored.
-Bugs should be filed on Launchpad, not GitHub:
+Bugs should be filed on Storyboard not GitHub:
- https://bugs.launchpad.net/heat
+ https://storyboard.openstack.org/#!/project/openstack/heat-cfntools
diff --git a/setup.cfg b/setup.cfg
index 434c303..a9a58c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,9 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages =
diff --git a/tox.ini b/tox.ini
index aa31c5b..7841f1d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}