summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-02-061-2/+9
| | | | simplifying all of the pipelines.
* Rely on tox-pip-version to upgrade pip and minimize the hack for removing ↵Jason R. Coombs2020-01-121-22/+15
| | | | setuptools from the environment.
* Restore build-backend and remove switch to avoid pep517. Ref #1644.Jason R. Coombs2019-12-011-6/+0
|
* tweak workaround for #1644Benoit Pierre2019-11-151-1/+10
| | | | Work around buggy pip detection code for "pip.exe install/update pip ...".
* improve workaround for #1644Benoit Pierre2019-10-071-0/+29
Make it possible to use a more recent version of pip for tests.