summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
Commit message (Expand)AuthorAgeFilesLines
* Try Python 3.9Jason R. Coombs2022-05-101-1/+1
* Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaaJason R. Coombs2022-05-101-11/+12
|\
| * Run tests using tox, even on cygwin.Jason R. Coombs2022-04-291-2/+2
| * Disable installation of Setuptools in tox instead of GHA. Ref pypa/distutils#99.Jason R. Coombs2022-03-271-4/+0
| * Re-enable windows testsIsuru Fernando2022-03-161-2/+1
| * Merge pull request #115 from blink1073/patch-1Jason R. Coombs2022-02-261-0/+4
| |\
| | * Add concurrency limit to CISteven Silvester2022-02-121-0/+4
| * | Disable tests on Windows while build issues exist. Ref pypa/distutils#118.Jason R. Coombs2022-02-261-1/+2
| |/
* | Fix YAML errorAnderson Bravalheri2022-04-211-6/+3
* | Cache downloaded files used during tests for setuptools.configAnderson Bravalheri2022-04-211-0/+14
* | Attempt to re-enable Windows testsAnderson Bravalheri2022-03-171-1/+1
* | Just skip the most problematic test for PyPy on WindowsAnderson Bravalheri2022-03-141-5/+0
* | Exclude PyPy+Windows from test matrixAnderson Bravalheri2022-03-141-0/+5
* | Use windows-2019 for tests in GitHub ActionsAnderson Bravalheri2022-03-131-1/+1
* | Attempt to re-enable Windows testsAnderson Bravalheri2022-03-131-2/+1
* | Disable tests on Windows while build issues exist. Ref pypa/distutils#118.Jason R. Coombs2022-02-261-1/+2
* | Merge pull request #3112 from abravalheri/disable-coverage-pypyJason R. Coombs2022-02-171-2/+5
|\ \
| * | Prevent CI from trying to use '--cov' when pytest-cov is not installedAnderson Bravalheri2022-02-161-2/+5
| * | Skip pytest-cov in setup.cfg for PyPyAnderson Bravalheri2022-02-151-5/+0
| * | Disable coverage on PyPyAnderson Bravalheri2022-02-151-0/+5
* | | Tweak concurrency group for CI so tags are not cancelled by pushesAnderson Bravalheri2022-02-161-1/+4
* | | Reduce GitHub Actions timeout from 6h to 75minAnderson Bravalheri2022-02-151-1/+4
|/ /
* | Limit tests for stdlib distutils to one job. Ref #3093.Jason R. Coombs2022-02-121-15/+4
* | Update .github/workflows/main.ymlSteven Silvester2022-02-111-2/+2
* | Update main.ymlSteven Silvester2022-02-111-0/+4
* | CI: re-enable the cygwin jobs againChristoph Reiter2022-01-171-1/+0
* | CI/cygwin: use cygwin/cygwin-install-action instead of chocoChristoph Reiter2022-01-171-4/+15
* | Disable cygwin tests for now. Ref #3016.Jason R. Coombs2022-01-081-0/+1
* | Ensure test_cygwin pass before CI release actionAnderson Bravalheri2022-01-061-1/+1
* | Allow integration tests to be manually triggered in GitHub ActionsAnderson Bravalheri2022-01-061-2/+2
* | Add SETUPTOOLS_USE_DISTUTILS configuration to integration testsAnderson Bravalheri2022-01-061-0/+7
* | Merge branch 'main' into integration-testsmergify[bot]2022-01-061-0/+1
|\ \
| * \ Merge https://github.com/pypa/distutilsJason R. Coombs2022-01-031-0/+1
| |\ \ | | |/
| | * Include Python 3.8 in tests. Ref pypa/distutils#100.Jason R. Coombs2021-12-291-0/+1
| | * It really must be literally 39.Jason R. Coombs2021-12-291-4/+4
| | * Unset VIRTUALENV_NO_SETUPTOOLS for ci_setuptools because pytest-virtualenv ca...Jason R. Coombs2021-12-291-1/+2
| | * 39 is actually required to get the right packages.Jason R. Coombs2021-12-291-4/+4
| | * Also use PEP 517 to build things like pytest-virtualenv.Jason R. Coombs2021-12-291-0/+1
| | * Disable setuptools installation. Fixes pypa/distutils#99.Jason R. Coombs2021-12-291-0/+4
| | * Use line-based matrix values for nicer diffs. Remove Python 3.6 and bump to P...Jason R. Coombs2021-12-281-7/+17
| | * CI: add a CI job for testing under CygwinChristoph Reiter2021-12-181-0/+24
| | * .github/workflows/main.yml: Add integration testing with setuptoolsMatthias Koeppe2021-11-091-0/+34
| | * Copy workflows from jaraco/skeleton. Enables CI.Jason R. Coombs2021-04-241-0/+42
* | Run integration tests before release on CIAnderson Bravalheri2021-12-211-1/+29
|/
* Merge pull request #2909 from mkoeppe/ci_cygwinJason R. Coombs2021-12-181-0/+19
|\
| * .github/workflows/main.yml: Add test_cygwinMatthias Koeppe2021-11-271-0/+19
* | Try using pypy-3.7 as that's what the readme suggests. Fixes #2931.Jason R. Coombs2021-12-171-1/+1
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-12-171-1/+1
|\ \ | |/ |/|
| * Require Python 3.7 or later.Jason R. Coombs2021-11-241-1/+1
* | Fail fast again.Jason R. Coombs2021-11-101-1/+0