Skip to content

Commit a28e680

Browse files
committed
all envs
1 parent 30d3b71 commit a28e680

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-latest
19-
abc:
20-
- name: CPython 3.6
21-
toxenv: py36,report,codecov
22-
- name: CPython 3.7
23-
toxenv: py37,report,codecov
19+
toxenv:
20+
- py36,report,codecov
21+
- py37,report,codecov
22+
- py38,report,codecov
23+
- pypy3,report,codecov
24+
- doc
25+
- check
2426
steps:
2527
- uses: actions/checkout@v1
2628
- run: |
2729
eval "$(pyenv init -)"
2830
pip install tox
29-
tox -v -e "${{ matrix.abc.toxenv }}"
31+
tox -v -e "${{ matrix.toxenv }}"

0 commit comments

Comments
 (0)