Skip to content

Commit 648e583

Browse files
committed
github actions: also run python 3.8
slow prepration to move on github actions from other CI systems
1 parent 6ed4b61 commit 648e583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
max-parallel: 4
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version: [3.6, 3.7]
13+
python-version: [3.6, 3.7, 3.8]
1414

1515
steps:
1616
- uses: actions/checkout@v1
@@ -29,4 +29,4 @@ jobs:
2929
- name: Test with pytest
3030
run: |
3131
py.test --cov-config .coveragerc --cov-report= --cov=logwrap test
32-
coverage report -m --fail-under 87
32+
coverage report -m --fail-under 85

0 commit comments

Comments
 (0)