Commit Graph

4 Commits

Author SHA1 Message Date
huang.zhiping 25d1ff9c17 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: I7a3be998629ea8ea56ede75bdd05380019cc9372
2018-06-09 01:03:17 +08:00
Doug Hellmann 57acb1c5b5 set up venv with usedevelop=true for easier testing
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-26 15:38:10 -04:00
Doug Hellmann ba465598ef switch to stestr; fix tox.ini
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-26 14:53:15 -04:00
Doug Hellmann cff78c527e initial commit with project structure
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-26 14:40:07 -04:00