summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Try out actions/setup-python@v2.1.1Sviatoslav Sydorenko2020-07-211-1/+1
|
* Add Python 3.9 beta from deadsnakesSviatoslav Sydorenko2020-07-191-8/+24
|
* debug! make pytest extremely verboseSviatoslav Sydorenko2020-07-191-0/+2
|
* Make tox show tests output in parallel mode @ GHASviatoslav Sydorenko2020-07-191-0/+2
|
* Set up GHA to test on Python 3.9-beta and 3.8-devSviatoslav Sydorenko2020-07-181-4/+10
|
* Test Python 3.9-devHugo2020-07-121-0/+9
|
* More directly disable coverage when running tests on pypy.Jason R. Coombs2020-07-021-2/+0
|
* Move docs dependencies into package metadata and use same technique as ↵Jason R. Coombs2020-01-211-1/+1
| | | | jaraco/skeleton to build docs in tox and rtd.
* Merge remote-tracking branch 'origin/master' into feature/deps-in-metadataJason R. Coombs2020-01-211-17/+48
|\
| * Add back NETWORK_REQUIRED env varSviatoslav Sydorenko2020-01-201-0/+1
| |
| * Simplify GH Actions tests workflowSviatoslav Sydorenko2020-01-201-21/+27
| |
| * Set TOXENV to pypy3 on macOS @ GH Actions CI/CDSviatoslav Sydorenko2020-01-201-0/+4
| |
| * Support PyPy2Sviatoslav Sydorenko2020-01-201-2/+2
| |
| * Add PyPy 🐍 jobs to Actions CI/CD workflowSviatoslav Sydorenko2020-01-201-0/+1
| |
| * Fix running tests under Python 2Sviatoslav Sydorenko2020-01-201-0/+2
| | | | | | | | | | | | | | | | | | As per #1961. P.S. Using `contains(['2.7', 'pypy2'], matrix.python-version)` does not work even though https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#contains promises arrays to be supported.
| * Log Python location in CISviatoslav Sydorenko2020-01-201-0/+3
| |
| * Log Python version in CISviatoslav Sydorenko2020-01-201-0/+3
| |
| * Disable tox's parallel spinnerSviatoslav Sydorenko2020-01-201-0/+3
| |
| * Switch to using the latest UbuntuSviatoslav Sydorenko2020-01-201-1/+1
| |
| * Cache Pip dists in GH Actions CI/CD workflowsSviatoslav Sydorenko2020-01-201-0/+8
| |
| * Bump setup-python action to v1.1.1Sviatoslav Sydorenko2020-01-201-1/+1
| |
| * Use `python-version` in setup-python actionSviatoslav Sydorenko2020-01-201-1/+1
|/ | | | Before this change, a deprecated `version` arg was used.
* Merge pull request #1980 from pypa/feature/bootstrap-in-toxJason R. Coombs2020-01-191-4/+0
|\ | | | | Bootstrap the environment in tox, allowing simple 'tox' to run tests.
| * Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-01-191-4/+0
| | | | | | | | simplifying all of the pipelines.
* | Disable Python 2 tests on Github ActionsJason R. Coombs2020-01-191-1/+0
|/
* Upgrade the macOS VMs to use a new supported version Sviatoslav Sydorenko2020-01-121-1/+1
| | | | | | | This change is necessary because macOS 10.15 is now deprecated. Ref: https://github.blog/changelog/2019-10-31-github-actions-macos-virtual-environment-is-updating-to-catalina-and-dropping-mojave-support Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Add Python 3.8 to the test matrixSviatoslav Sydorenko2020-01-121-0/+1
| | | Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Don't skip missing interpreters in toxSviatoslav Sydorenko2019-09-021-1/+1
|
* Temporary comment out win jobsSviatoslav Sydorenko2019-09-021-2/+2
|
* Add GitHub Actions CI/CD test suite workflowSviatoslav Sydorenko2019-09-021-0/+75