summaryrefslogtreecommitdiff
path: root/ci
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Learning Powershell one SO post at a time...Ned Batchelder2015-09-141-1/+1
|
* Maybe we can just run Python directly?Ned Batchelder2015-09-141-1/+2
|
* Diagnosing get-pip.py problems on Appveyor 2.6Ned Batchelder2015-09-142-2/+17770
|
* Remove this diagnostic, it will be available somewhere elseNed Batchelder2015-09-121-57/+0
|
* Add correct URLs to the top of python_appveyor_demo files.Ned Batchelder2015-09-112-1/+4
|
* This is like building a ship in a bottleNed Batchelder2015-09-101-7/+24
|
* More diagnosticsNed Batchelder2015-09-101-0/+40
|
* Latest run_with_env.cmdNed Batchelder2015-09-081-15/+51
|
* Move most requirements into requirements/*.pip, and share them where possibleNed Batchelder2015-09-071-4/+0
| | | | | --HG-- rename : requirements.pip => requirements/dev.pip
* Python 3.5 is different in other annoying ways...Ned Batchelder2015-09-051-3/+9
|
* Move all requirements into .pip filesNed Batchelder2015-09-051-0/+4
|
* Add license textNed Batchelder2015-09-051-0/+3
|
* Make download_appveyor.py more general-purpose.Ned Batchelder2015-09-051-2/+3
|