summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* tox_wheels.ini was deleted in NovemberNed Batchelder2021-01-101-1/+0
|
* Say a little more about always outputing TOTALNed Batchelder2021-01-061-1/+7
|
* Always output TOTAL line.Judson Neer2021-01-068-37/+76
|
* Use set literalsNed Batchelder2021-01-0312-32/+32
|
* This test doesn't work on Mac either.Ned Batchelder2021-01-021-1/+1
|
* Run pylint on Mac to keep things consistentNed Batchelder2020-12-311-1/+4
|
* Revert "Silence previously unreported pylint warnings"Ned Batchelder2020-12-311-7/+7
| | | | | | | | | | This reverts commit 9169aeadf5cf9e4fc30cd76ef53c0dff2ec946ef. Pylint reports different errors on Mac and Linux! https://github.com/PyCQA/pylint/issues/3489 Put things back to where Mac is a clean report.
* Update doc packagesNed Batchelder2020-12-191-6/+5
|
* Bump the versionNed Batchelder2020-12-192-1/+7
|
* Fix one pylint snagcoverage-5.3.1Ned Batchelder2020-12-191-1/+1
|
* Name kit artifactsNed Batchelder2020-12-193-7/+15
| | | | | | | 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.
* Latest sample HTML reportNed Batchelder2020-12-1913-22/+32
|
* Prep for 5.3.1Ned Batchelder2020-12-195-9/+11
|
* Add a docstring to satisfy pylintNed Batchelder2020-12-081-0/+5
|
* Mention new wheelsNed Batchelder2020-12-071-2/+4
|
* Add time-created info to download_gha_artifacts.pyNed Batchelder2020-12-071-0/+12
|
* Build PyPy wheels alsoNed Batchelder2020-12-071-7/+41
|
* Thanks, Sebastián RamírezNed Batchelder2020-12-062-1/+6
|
* 🐛 Fix sorting order storage in JQuery unload eventSebastián Ramírez2020-12-061-1/+1
|
* Configuration for codecovNed Batchelder2020-12-061-0/+17
| | | | I'm not sure I can get along with codecov, but this could help.
* Add another useful example to the docs. #1055Ned Batchelder2020-12-061-0/+1
|
* Combine coverage across Python versions, upload one file to codecov.Ned Batchelder2020-12-051-0/+42
|
* Updated gold html filesNed Batchelder2020-12-0538-79/+117
|
* A favicon for the HTML reportNed Batchelder2020-12-055-0/+5
|
* Auto-cancel workflows when pushing to a branchNed Batchelder2020-12-051-0/+20
|
* Retry in the case of failures. #1010Ned Batchelder2020-12-052-1/+12
| | | | | PyPy seems prone to intermittent SQLite failures. An immediate retry avoids them. Not great, but it works.
* Coverage actionNed Batchelder2020-12-051-0/+57
|
* Run actions on any pull request, not just those going to masterNed Batchelder2020-11-302-2/+0
|
* UpgradesNed Batchelder2020-11-294-6/+8
|
* Silence previously unreported pylint warningsNed Batchelder2020-11-291-7/+7
|
* Run lint etc in GitHub ActionsNed Batchelder2020-11-292-3/+68
|
* Use --force-flaky to decrease the need for tox re-runsnedbat/tweak-actionsNed Batchelder2020-11-291-1/+1
|
* Give every step a human nameNed Batchelder2020-11-291-2/+5
|
* Use bash for everythingNed Batchelder2020-11-291-2/+4
|
* Only install Windows 2.7 support for 2.7Ned Batchelder2020-11-291-2/+2
|
* Small tweaks to GHA syntaxNed Batchelder2020-11-291-6/+9
|
* Kits are built on demand onlyNed Batchelder2020-11-281-4/+0
|
* Mention the CI changesNed Batchelder2020-11-281-0/+2
|
* Remove unneeded CI and kitting supportNed Batchelder2020-11-2812-734/+11
| | | | | | | | | We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally
* Keep version pins in .pip filesNed Batchelder2020-11-284-3/+10
|
* Building kits with GitHub ActionsNed Batchelder2020-11-282-0/+109
|
* Retry tox if it fails, to avoid flaky failuresNed Batchelder2020-11-281-1/+20
|
* This test is picky about platformsNed Batchelder2020-11-281-1/+1
|
* Fix tests for GitHub windows platformNed Batchelder2020-11-284-9/+11
| | | | | | | | | | | | | | The tests were failing because of differences in file paths. It was comparing: C:\Users\runneradmin\AppData\... to: C:\Users\RUNNER~1\AppData\... and failing. These changes normalize the file paths so the comparisons work properly.
* GitHub Action for running testsNed Batchelder2020-11-283-4/+55
|
* Fix --source performance regression. #1037Ned Batchelder2020-10-113-11/+29
|
* PyPy 3.7 doesn't act exactly like CPython 3.7Ned Batchelder2020-10-103-3/+3
|
* More-recent versions of PythonNed Batchelder2020-10-102-11/+12
|
* Python 3.10Ned Batchelder2020-10-103-5/+7
|
* More about optionalNed Batchelder2020-09-271-0/+8
|