summaryrefslogtreecommitdiff
path: root/ci
Commit message (Collapse)AuthorAgeFilesLines
* test: adapt to latest pylintNed Batchelder2023-02-092-2/+2
|
* build: use scriv to create GitHub releasesNed Batchelder2023-01-162-146/+5
|
* build: releases get a nicer pypi/install footerNed Batchelder2022-11-021-19/+13
|
* build: gh releases have pypi link and installation instructionNed Batchelder2022-09-301-3/+17
|
* style: adapt to latest pylint concernsNed Batchelder2022-09-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Before these changes, these violations happened: ``` lint run-test: commands[6] | python -m pylint --notes= coverage tests doc ci igor.py setup.py __main__.py ************* Module coverage.parser coverage/parser.py:1290 I: Useless suppression of 'too-many-function-args' (useless-suppression) ************* Module ci.download_gha_artifacts ci/download_gha_artifacts.py:18 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ci/download_gha_artifacts.py:54 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ************* Module ci.trigger_build_kits ci/trigger_build_kits.py:21 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout) ************* Module ci.github_releases ci/github_releases.py:138 E: Too many positional arguments for function call (too-many-function-args) ci/github_releases.py:138 I: Useless suppression of 'no-value-for-parameter' (useless-suppression) ************* Module ci.comment_on_fixes ci/comment_on_fixes.py:30 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ci/comment_on_fixes.py:37 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ci/comment_on_fixes.py:49 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout) ************* Module ci.parse_relnotes ci/parse_relnotes.py:126 E: Too many positional arguments for function call (too-many-function-args) ci/parse_relnotes.py:126 I: Useless suppression of 'no-value-for-parameter' (useless-suppression) ```
* build: clean up ci helpers, use them more uniformlyNed Batchelder2022-06-023-11/+16
|
* build: automate triggering kit builds on github actionsNed Batchelder2022-06-021-0/+26
|
* build: comment_on_fixes comments on pull requests tooNed Batchelder2022-06-021-7/+19
|
* fix(docs): GitHub releases had 404's for :ref: links.Ned Batchelder2022-05-231-0/+9
|
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-1/+1
|
* build: version bump and more release detailsNed Batchelder2022-02-011-6/+9
|
* build: latest tweaks to howto, and start of more automationNed Batchelder2022-01-251-0/+32
|
* build: drop Python 3.6 supportNed Batchelder2021-12-311-1/+1
|
* build: better error reporting in download_gha_artifactsNed Batchelder2021-07-241-10/+15
|
* build: generalize download_gha_artifacts so other repos can use itNed Batchelder2021-07-241-1/+2
|
* build: make tags like 5.6.1 not coverage-5.6.1Ned Batchelder2021-04-151-2/+2
|
* build: report errors a little better in download_gha_artifacts.pyNed Batchelder2021-04-111-0/+2
|
* build: remove obsolete Tidelift release notes supportNed Batchelder2021-04-101-50/+0
| | | | | Tidelift removed their release notes API on 2021-03-09: https://forum.tidelift.com/t/release-notes-task/467
* Fix one pylint snagcoverage-5.3.1Ned Batchelder2020-12-191-1/+1
|
* Name kit artifactsNed Batchelder2020-12-191-6/+9
| | | | | | | Without a name, the download program will grab the latest artifacts no matter what they are, like .coverage data files from metacov. This ensures we get the kits.
* Add a docstring to satisfy pylintNed Batchelder2020-12-081-0/+5
|
* Add time-created info to download_gha_artifacts.pyNed Batchelder2020-12-071-0/+12
|
* Remove unneeded CI and kitting supportNed Batchelder2020-11-284-449/+0
| | | | | | | | | We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally
* Building kits with GitHub ActionsNed Batchelder2020-11-281-0/+40
|
* Use requests link parsingNed Batchelder2020-05-201-7/+3
|
* GitHub release automationNed Batchelder2020-05-193-38/+223
|
* Remove a no-longer needed wheel pincoverage-5.1Ned Batchelder2020-04-121-2/+0
|
* Use latest wheel to make Windows 3.8 work. #949Ned Batchelder2020-02-291-0/+10
|
* All tox work directories are under .toxNed Batchelder2019-12-231-1/+1
|
* Meta on linux; makefile target rationalizationNed Batchelder2019-11-081-0/+4
|
* Linux tests are runnableNed Batchelder2019-11-071-2/+3
| | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8
* No need for format indexes (mostly)Ned Batchelder2019-09-011-3/+3
|
* Cleaner release note conversion and uploadNed Batchelder2019-08-121-15/+13
|
* More flexible version number findingNed Batchelder2019-05-271-4/+8
|
* Fewer coverage specfics in upload_relnotes.pyNed Batchelder2019-05-271-1/+6
|
* Make upload_relnotes.py a little more usefulNed Batchelder2019-05-271-7/+27
|
* A script to upload release notes to TideliftNed Batchelder2019-05-191-0/+95
|
* Remove conditions for dropped Python versionsHugo2019-05-181-34/+5
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Use the manylinux docker image for testing alsoNed Batchelder2017-10-261-9/+10
|
* Need to clean before building, or 27m binaries go into the 27mu wheels.Ned Batchelder2017-05-081-0/+1
|
* Make manylinux wheels be always fast-buildingNed Batchelder2017-04-051-2/+4
| | | | https://github.com/pypa/python-manylinux-demo/issues/13 for details
* Refactor manylinux a bit. Testing doesn't work yetNed Batchelder2017-01-202-27/+43
| | | | | --HG-- rename : ci/build_manylinux.sh => ci/manylinux.sh
* Process to build manylinux wheelsNed Batchelder2017-01-191-0/+27
|
* Make this usable in python 3Ned Batchelder2016-11-231-4/+4
|
* Python 2.6 str.format does not support unindexed parametersJohn Vandenberg2015-10-191-2/+2
| | | | | --HG-- branch : py26-unindexed-parameters
* Latest appveyor support to fix 3.5 build issueNed Batchelder2015-09-171-0/+5
|
* Put back the Start-Process statementsNed Batchelder2015-09-141-3/+3
|
* Use the better call-operator rather than start-process in powershellNed Batchelder2015-09-141-3/+3
|
* Go back to using the downloaded get-pip.pyNed Batchelder2015-09-142-17771/+2
|