summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the changelog.d doesn't contain files that won't match.Jason R. Coombs2020-05-131-0/+14
* Protect against situation where the Git user e-mail is not configured. Ref #2...Jason R. Coombs2020-04-061-0/+8
* Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-081-0/+59
* Set PIP_USE_PEP517 in installer command so as not to influence the tests with...Jason R. Coombs2020-01-211-0/+2
* Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in me...Jason R. Coombs2020-01-201-7/+32
* Move test dependencies to package metadata.Jason R. Coombs2020-01-191-1/+19
* Bootstrap the environment in tox, allowing simple 'tox' to run tests and simp...Jason R. Coombs2020-01-191-2/+9
* Restore testing on Python 2, bypassing the requires-python check when install...Jason R. Coombs2020-01-121-0/+5
* Rely on tox-pip-version to upgrade pip and minimize the hack for removing set...Jason R. Coombs2020-01-121-22/+15
* 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
* improve workaround for #1644Benoit Pierre2019-10-071-0/+29