summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix the conflict of urlparse between python2 and python3brandonzhao2018-10-311-1/+1
| | | | Change-Id: I7838599b9ccf6ed716633ef2c75ab34ff362c013
* Split docs requirements and update tox.iniMonty Taylor2018-01-311-30/+0
| | | | | | Get ourselves up to date with the latest in PTI hotness. Change-Id: Ied98273dcfa0b9622d603a8e9a8e2146fb1e081f
* Add helper scripts to print version discovery infoMonty Taylor2017-02-152-0/+145
| | | | | | | These are simple scripts I made to investigate things. Each show the version discovery info for all of the clouds in a clouds.yaml. Change-Id: I742a59c737c53c05851015b9734c7aa85a5466ca
* Use upper-constraints for tox envsavnish2017-01-121-0/+30
Pin tox environments to upper-constraints to avoid conflicts with library releases. Change-Id: I17664e0794de05fb9661050018dff2a07b077826 Closes-Bug: #1628597