Skip to content

Commit 9ad3097

Browse files
committed
Update GitHub actions config.
1 parent 322b376 commit 9ad3097

File tree

5 files changed

+38
-16
lines changed

5 files changed

+38
-16
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "ubuntu-20.04"
1414
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
16-
USING_COVERAGE: '3.6,3.7,3.8,3.9,pypy3'
16+
USING_COVERAGE: '3.6,3.7,3.8,3.9,pypy-3.6'
1717

1818
strategy:
1919
fail-fast: False
@@ -23,7 +23,7 @@ jobs:
2323
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2424
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2525
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
26-
- {python-version: "pypy3", testenvs: "pypy3,build", experimental: False}
26+
- {python-version: "pypy-3.6", testenvs: "pypy3,build", experimental: False}
2727

2828
steps:
2929
- name: Checkout 🛎️

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "macos-latest"
1414
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
16-
USING_COVERAGE: '3.6,3.7,3.8,3.9,pypy3'
16+
USING_COVERAGE: '3.6,3.7,3.8,3.9,pypy-3.6'
1717

1818
strategy:
1919
fail-fast: False
@@ -23,7 +23,7 @@ jobs:
2323
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2424
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2525
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
26-
- {python-version: "pypy3", testenvs: "pypy3,build", experimental: False}
26+
- {python-version: "pypy-3.6", testenvs: "pypy3,build", experimental: False}
2727

2828
steps:
2929
- name: Checkout 🛎️

README.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
2121
* - Docs
2222
- |docs| |docs_check|
2323
* - Tests
24-
- |actions_linux| |actions_windows| |actions_macos| |coveralls| |codefactor| |pre_commit_ci|
24+
- |actions_linux| |actions_windows| |actions_macos| |coveralls|
2525
* - PyPI
2626
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
2727
* - Anaconda
2828
- |conda-version| |conda-platform|
2929
* - Activity
30-
- |commits-latest| |commits-since| |maintained|
30+
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
31+
* - QA
32+
- |codefactor| |actions_flake8| |actions_mypy| |pre_commit_ci|
3133
* - Other
32-
- |license| |language| |requires| |pre_commit|
34+
- |license| |language| |requires|
3335

3436
.. |docs| image:: https://img.shields.io/readthedocs/repo_helper/latest?logo=read-the-docs
3537
:target: https://docs.repo-helper.uk
@@ -51,6 +53,14 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
5153
:target: https://github.com/domdfcoding/repo_helper/actions?query=workflow%3A%22macOS%22
5254
:alt: macOS Test Status
5355

56+
.. |actions_flake8| image:: https://github.com/domdfcoding/repo_helper/workflows/Flake8/badge.svg
57+
:target: https://github.com/domdfcoding/repo_helper/actions?query=workflow%3A%22Flake8%22
58+
:alt: Flake8 Status
59+
60+
.. |actions_mypy| image:: https://github.com/domdfcoding/repo_helper/workflows/mypy/badge.svg
61+
:target: https://github.com/domdfcoding/repo_helper/actions?query=workflow%3A%22mypy%22
62+
:alt: mypy status
63+
5464
.. |requires| image:: https://requires.io/github/domdfcoding/repo_helper/requirements.svg?branch=master
5565
:target: https://requires.io/github/domdfcoding/repo_helper/requirements/?branch=master
5666
:alt: Requirements Status
@@ -105,9 +115,9 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
105115
.. |maintained| image:: https://img.shields.io/maintenance/yes/2020
106116
:alt: Maintenance
107117

108-
.. |pre_commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
109-
:target: https://github.com/pre-commit/pre-commit
110-
:alt: pre-commit
118+
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/repo_helper
119+
:target: https://pypi.org/project/repo_helper/
120+
:alt: PyPI - Downloads
111121

112122
.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/repo_helper/master.svg
113123
:target: https://results.pre-commit.ci/latest/github/domdfcoding/repo_helper/master

doc-source/index.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ This project is in an early stage, and some things might not work correctly or b
2121
* - Docs
2222
- |docs| |docs_check|
2323
* - Tests
24-
- |actions_linux| |actions_windows| |actions_macos| |coveralls| |codefactor| |pre_commit_ci|
24+
- |actions_linux| |actions_windows| |actions_macos| |coveralls|
2525
* - PyPI
2626
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
2727
* - Anaconda
2828
- |conda-version| |conda-platform|
2929
* - Activity
30-
- |commits-latest| |commits-since| |maintained|
30+
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
31+
* - QA
32+
- |codefactor| |actions_flake8| |actions_mypy| |pre_commit_ci|
3133
* - Other
32-
- |license| |language| |requires| |pre_commit|
34+
- |license| |language| |requires|
3335

3436
.. |docs| rtfd-shield::
3537
:project: repo_helper
@@ -51,6 +53,14 @@ This project is in an early stage, and some things might not work correctly or b
5153
:workflow: macOS
5254
:alt: macOS Test Status
5355

56+
.. |actions_flake8| actions-shield::
57+
:workflow: Flake8
58+
:alt: Flake8 Status
59+
60+
.. |actions_mypy| actions-shield::
61+
:workflow: mypy
62+
:alt: mypy status
63+
5464
.. |requires| requires-io-shield::
5565
:alt: Requirements Status
5666

@@ -107,8 +117,10 @@ This project is in an early stage, and some things might not work correctly or b
107117
.. |maintained| maintained-shield:: 2020
108118
:alt: Maintenance
109119

110-
.. |pre_commit| pre-commit-shield::
111-
:alt: pre-commit
120+
.. |pypi-downloads| pypi-shield::
121+
:project: repo_helper
122+
:downloads: month
123+
:alt: PyPI - Downloads
112124

113125
.. |pre_commit_ci| pre-commit-ci-shield::
114126
:alt: pre-commit.ci status

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python =
3434
3.7: py37, build
3535
3.8: py38, build
3636
3.9: py39, build
37-
pypy3: pypy3, build
37+
pypy-3.6: pypy3, build
3838

3939
[testenv]
4040
setenv = PYTHONDEVMODE = 1

0 commit comments

Comments
 (0)