Commit Graph

3 Commits

Author SHA1 Message Date
Andreas Jaeger 948b13513b Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Remove install_command from tox.ini, the default is fine
- Stop py35 testing, OpenStack has py36 as minimal version

Change-Id: Iee8ffab15e11afe417f7369d907491b62ba063fb
2020-04-11 14:48:40 +02:00
Doug Hellmann a6cc3fd7c0 add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I215275d0ebefc490a29566840a26d778fba6d162
Story: #2002586
Task: #24757
2018-08-20 13:08:00 -04:00
Doug Hellmann edf33ae294 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I4f03e45aea97f5ca0bdf259d3517c6174dc61ddb
Story: #2002586
Task: #24757
2018-08-20 13:06:54 -04:00