Commit Graph

5 Commits

Author SHA1 Message Date
Jason E. Rist af7d3157c7 As part of the retirement of TripleO-UI this is no longer needed.
See topic: retire_tripleo_ui

Change-Id: I276d5c4b809202ba7cb6bf9b10e04decc34b054b
2019-05-24 15:44:02 -06:00
huang.zhiping 36a16f3c00 Update min tox version 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: I806186e30901b6845f28fb9f899f0ef4ebd678fb
2018-10-20 13:08:36 +00:00
98k ab4cea7b07 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: Ic2ca193f6cf13fd753f527284cdcaa26be7fb809
2018-10-08 07:55:03 +00:00
Doug Hellmann e8bb2c0cb8 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: Ie01f20fe3ab5176e000b9b50f2d24577df3f0510
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 19:03:43 -04:00
Jill Rouleau c5041608d0 Add required role repo contents
- Add tox configuration
- Add requirements and test-requirements.txt
- Add setup files
- Add ci-scripts for ansible-lint
- Add cookiecutter directories and yml files

Change-Id: I47685b8ab405b811e94c445cd59af562d6a6b037
2018-09-04 10:40:05 -07:00