summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Bump actions/checkout from 2 to 3dependabot[bot]2022-12-241-4/+4
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-python from 2 to 4dependabot[bot]2022-12-241-4/+4
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Allow dependabot to open PR's to update Github actionsBert JW Regeer2022-12-241-0/+10
|
* rename "master" to "main"jonathan vanasco2022-11-161-2/+2
|
* Special case PyPy in CI to avoid running with coverageBert JW Regeer2022-02-061-1/+11
|
* Update supported Python versions for WaitressBert JW Regeer2022-01-171-5/+5
|
* Update test matrix for Python versionsBert JW Regeer2022-01-161-6/+4
|
* Drop Python 3.5 support from Waitress add Py3.9Bert JW Regeer2020-11-261-1/+1
|
* Drop Python 2.7 support officiallyBert JW Regeer2020-08-151-7/+1
|
* Update Github Actions workflowBert JW Regeer2020-05-054-130/+95
|
* Update CI to add lint checksBert JW Regeer2020-04-161-3/+15
|
* Use tox -e pyBert JW Regeer2020-02-023-29/+31
| | | | | This will cause it to pick the version to run against based upon the version of Python it's installed for.
* Drop Python 3.4Bert JW Regeer2020-02-023-0/+3
| | | | | | | | | | | | | | This is necessary due to needing coverage>=5.0, which is no longer available on Python 3.4. Python 3.4 is also now past end of life. This continued to work by chance due to Travis having nosetest installed in the Python global installation, and thus the failure from tox to install coverage>=5.0 did not cause errors on Travis. Testing locally I still had an old version of coverage installed, and that version had not yet dropped Python 3.4.
* Also run on PR'sworkflowsBert JW Regeer2019-09-193-3/+3
|
* Add macOS testingBert JW Regeer2019-09-191-0/+29
|
* Setup GH actionsBert JW Regeer2019-09-192-0/+84
This sets up Github Actions to be used. Right now alongside Appveyor and Travis, but I am thinking this will eventually take over.