Commit Graph

7 Commits

Author SHA1 Message Date
Michael Johnson 5dff29616c Update tox.ini for tox4
With tox4, we need to pass the environment variables on separate lines as opposed to separated by whitespace.

Change-Id: Idebd4995b01599990ed930bd07180b2bc90e6611
2023-01-20 22:30:52 +00:00
Andreas Jaeger 072a55d800 Cleanup docs and py27 building
* Use sphinx-build to follow PTI
* Remove obsolete section from setup.cfg
* Cleanup tox.ini
* Update pbr requirement
* Fix build problems: Lexing of http failed.

Change-Id: I7b52e9e1f8eff7402a89066a264c967b4c1e536d
2020-06-03 21:52:51 +02:00
wanghui 6b5c0eb5e2 Update tox minversion to 2.0
The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets

Change-Id: Ife3c91adfe84aa1e2b721f9ccaa5d3accdcaf5e8
2018-10-25 19:42:54 +08:00
Doug Hellmann 582271f7c3 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I6821c9ce57f31bea43d165910008cc86e310173b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:50:54 -04:00
Nguyen Hai 5cc8672179 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: I531cb4ed277992c945e5710ac9bebc65af42045e
Story: #2002586
Task: #24292
2018-08-20 14:22:22 +09:00
sonu.kumar 15a690dfb8 Pass environment variables of proxy to tox
Change-Id: I114cfd4b0aa7be7ae46f3a940284d57d8181d494
Related-Bug: #1465086
2015-12-07 11:11:37 +05:30
Kiall Mac Innes ad5907d95c Initial setup using specs-cookiecutter + fixes
Change-Id: Ib9caabc5036dc6d2885ac3c611ad30af3fc6f10b
2014-06-03 15:12:31 +01:00