Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use python 3.9 for coverage | Harald Nezbeda | 2021-07-12 | 1 | -2/+2 |
| | |||||
* | Add language, remove dry-run: false which is the default. | Julian Berman | 2021-03-02 | 1 | -3/+8 |
| | | | | Run only against main for now, save some time on PRs. | ||||
* | Move the fuzz workflow to fuzz.yml. | Julian Berman | 2021-03-02 | 1 | -0/+0 |
| | |||||
* | Merge branch 'main' into DavidKorczynski/main | Julian Berman | 2021-03-02 | 1 | -91/+24 |
|\ | | | | | | | | | | | | | | | | | | | | | * main: Reskip the PyPy-on-Windows tests. Try the Twisted prerelease, which hopefully obviates installing IOCP. No, don't use venv. Fix test to windows path matching Test via PyPy3.7 Unskip most of the skipped windows builds. Update pre-commit. | ||||
| * | Reskip the PyPy-on-Windows tests.windows | Julian Berman | 2021-02-22 | 1 | -0/+24 |
| | | | | | | | | | | | | | | They seem to produce a fun variety of errors that I can't diagnose at the minute See e.g. https://github.com/Julian/jsonschema/runs/1956639377?check_suite_focus=true | ||||
| * | No, don't use venv. | Julian Berman | 2021-02-22 | 1 | -3/+0 |
| | | |||||
| * | Test via PyPy3.7 | Julian Berman | 2021-02-20 | 1 | -6/+6 |
| | | |||||
| * | Unskip most of the skipped windows builds. | Julian Berman | 2021-02-20 | 1 | -88/+0 |
| | | |||||
* | | switch to checking steps output. | davkor | 2021-01-21 | 1 | -1/+1 |
| | | |||||
* | | Try adding an success statement in CI | davkor | 2021-01-21 | 1 | -0/+1 |
| | | |||||
* | | Move continue-on-error to build step. | davkor | 2021-01-21 | 1 | -1/+1 |
| | | |||||
* | | set continue on error in fuzzing CI job. | davkor | 2021-01-21 | 1 | -0/+1 |
| | | |||||
* | | Set CI fuzz to be 30 seconds. | davkor | 2021-01-21 | 1 | -1/+1 |
| | | |||||
* | | Add CI-fuzz to ensure fuzzers are run. | davkor | 2021-01-21 | 1 | -0/+24 |
|/ | |||||
* | Go back to skipping the windows envs that are annoying to fix. | Julian Berman | 2020-11-18 | 1 | -23/+3 |
| | |||||
* | Run more toxenvs on 3.9. | Julian Berman | 2020-11-18 | 1 | -18/+18 |
| | |||||
* | Test on Py39. | Julian Berman | 2020-10-20 | 2 | -1/+25 |
| | |||||
* | Don't fail when codecov.io flakes. | Julian Berman | 2020-10-04 | 1 | -0/+2 |
| | |||||
* | pep517.build is dead or dying. | Julian Berman | 2020-10-04 | 1 | -5/+2 |
| | |||||
* | Whoops, send coverage to codecov again. | Julian Berman | 2020-08-30 | 1 | -1/+1 |
| | |||||
* | Be able to run coverage on all toxenvs. | Julian Berman | 2020-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | Shifts coverage into an optional CLI wrapper that's dropped in only when enabled via an environment variable. This means any toxenv can now be wrapped into a coverage run by running e.g. `tox -e py38-format-coverage` instead of `tox -e py38-format-tests`. Credits to @nedbat and @The-Compiler. | ||||
* | Run pre-commit in CI. | Julian Berman | 2020-08-29 | 1 | -0/+13 |
| | |||||
* | And two last ones... | Julian Berman | 2020-08-28 | 1 | -6/+0 |
| | |||||
* | Run CI against all setuptools extras separately. | Julian Berman | 2020-08-12 | 1 | -20/+84 |
| | |||||
* | Drop building the package on Py2 in CI. | Julian Berman | 2020-08-04 | 1 | -1/+1 |
| | |||||
* | [compat] Drop support of PY2 | Bastien Vallet | 2020-07-30 | 1 | -18/+0 |
| | | | | Allowing to drop six requirement | ||||
* | Flail again on running update. | Julian Berman | 2020-05-17 | 1 | -1/+1 |
| | |||||
* | Maybe GHA doesn't actually run apt-get update before runs... | Julian Berman | 2020-05-17 | 1 | -1/+3 |
| | |||||
* | 2 is more than 1. | Julian Berman | 2020-04-30 | 3 | -3/+3 |
| | |||||
* | Drop support for python3.5. | Julian Berman | 2020-03-28 | 1 | -20/+2 |
| | |||||
* | 2 is more than 1. | Julian Berman | 2020-02-09 | 3 | -3/+3 |
| | |||||
* | The Windows 3.6 is so old its pip/venv don't support PEP517. | Julian Berman | 2020-01-26 | 1 | -0/+8 |
| | |||||
* | Test directly with pip show. | Julian Berman | 2020-01-25 | 1 | -2/+0 |
| | | | | Also move it into the regular test suite. | ||||
* | Merge remote-tracking branch 'origin/pr/652' | Julian Berman | 2020-01-25 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | * origin/pr/652: Add tox/CI test for license file Rename COPYING file to LICENSE to allow pip-licenses to locate it Add license file (COPYING) metadata to packaged distributions | ||||
| * | Add tox/CI test for license file | johnthagen | 2020-01-25 | 1 | -0/+2 |
| | | |||||
* | | Give up and make the coverage token public. | Julian Berman | 2020-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | See codecov/codecov-action#29 for discussion, and there's an upstream GH thread about it (which says solved IIRC, but don't be confused, that just means acked). Two steps forward, one step back. | ||||
* | | Either twine check or pep517 doesn't work on Windows. | Julian Berman | 2020-01-24 | 1 | -0/+4 |
|/ | | | | | I don't really have energy to figure out which, and anyways, development on Windows isn't fully supported. | ||||
* | Skip the rest of the obscurely failing Windows builds. | Julian Berman | 2020-01-04 | 1 | -0/+34 |
| | |||||
* | Do this only on Windows, since 3.5's venv is super old. | Julian Berman | 2019-12-23 | 1 | -1/+4 |
| | |||||
* | Use runner, which always exists even if we are not matrixed. | Julian Berman | 2019-12-23 | 2 | -3/+3 |
| | |||||
* | Run daily. | Julian Berman | 2019-12-23 | 1 | -0/+3 |
| | |||||
* | Development stuff isn't supported on Windows | Julian Berman | 2019-12-22 | 1 | -0/+49 |
| | |||||
* | Run on pull request. | Julian Berman | 2019-12-22 | 2 | -0/+2 |
| | |||||
* | tox-venv for windows | Julian Berman | 2019-12-22 | 1 | -1/+1 |
| | | | | See tox-dev/tox#721. | ||||
* | Hacky running of tox in CI. | Julian Berman | 2019-12-22 | 1 | -0/+92 |
| | | | | | This needs to be better, but hopefully upstream catches up. | ||||
* | And a coverage GHA. | Julian Berman | 2019-12-21 | 1 | -0/+24 |
| | |||||
* | Add a packaging GHA. | Julian Berman | 2019-12-21 | 1 | -0/+38 |
| | |||||
* | Add a disclosure policy. | Julian Berman | 2019-11-17 | 1 | -0/+21 |
| | |||||
* | Add a link to GitHub sponsors and Patreon. | Julian Berman | 2019-11-03 | 1 | -0/+2 |
| | |||||
* | Add TideLift to funding | Julian Berman | 2019-06-03 | 1 | -0/+3 |