summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* fix tox python3 overridesDoug Hellmann2018-09-261-0/+1
| | | | | | | | | | | | | | | 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: I5383ea6cc5eaf3eb89af4d80b6df9f800543bc9c Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Add basic tox.ini fileTony Breeds2016-07-191-0/+7
| | | | Change-Id: I7a913117912f9b04d57a31e74319718c1dd8221b
* Remove tox.ini as it is currently not usedreedip2016-02-161-8/+0
| | | | | | | | | | As discussed in [1], tox.ini is not currently being used effectively. Therefore, it is currently being removed from the repo. If it is required in the future, work on [1] can be continued. [1]:https://review.openstack.org/#/c/264478/ Change-Id: I420087d4d4b99e9cb86be1a1cd6867a9fc866249
* Deprecated tox -downloadcache option removedOndřej Nový2015-12-111-2/+0
| | | | | | | | | | Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I1cf1fceee5ae891d560cb5f345a1cbdfa7646c8d
* Add tox.ini to xstatic-jasmineRob Cresswell2015-06-241-0/+10
Change-Id: I2d283986cb4dc497509accab5c505446045ec23e