summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3.9 to CI builds.Matthäus G. Chajdas2020-10-061-1/+1
|
* CI: add regexlint runGeorg Brandl2020-09-061-1/+12
|
* demo: rebuild WASM with every pushGeorg Brandl2020-09-011-4/+4
|
* Use the checkout@v2 action.Matthäus G. Chajdas2020-06-011-2/+2
|
* Run build tests on Windows.Matthäus G. Chajdas2020-03-011-2/+7
|
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-1/+1
| | | | | | | | | | | * Remove Python 2 compatibility * remove 2/3 shims in pygments.util * update setup.py metadata * Remove unneeded object inheritance. * Remove unneeded future imports.
* tests: split out "random input" test and make github tests verboseGeorg Brandl2019-12-091-1/+1
|
* move pyodide artifacts to separate repoGeorg Brandl2019-11-251-3/+7
|
* Merge pull request #1265 from jdufresne/pythonsMatthäus G. Chajdas2019-11-241-1/+1
|\ | | | | Document and test all supported Python versions
| * Document and test all supported Python versionsJon Dufresne2019-11-241-1/+1
| | | | | | | | | | Document support for Python 3.8 (released October 14th, 2019) and PyPy and add them to the test matrix.
* | GitHub workflow: restructure steps, so that make test is in its own ↵Georg Brandl2019-11-241-4/+3
|/ | | | "dropdown" in the output view
* add feature to download generated HTMLGeorg Brandl2019-11-241-2/+4
|
* update GitHub action for docs deploymentGeorg Brandl2019-11-241-5/+6
|
* Doc build: turn off "_foo" processing.Georg Brandl2019-11-101-0/+1
|
* Add docs deploy script.Georg Brandl2019-11-101-0/+28
|
* Run actions on push and pull requests.Matthäus G. Chajdas2019-10-051-1/+1
|
* Add GitHub actions workflow.Matthäus G. Chajdas2019-09-221-0/+27