Update python.yml

This commit is contained in:
Klemek
2021-04-09 00:42:34 +02:00
committed by GitHub
parent 16e1cade57
commit daaededd19
+3 -3
View File
@@ -1,4 +1,4 @@
name: Test
name: Python
on: ["push", "pull_request"]
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@@ -49,4 +49,4 @@ jobs:
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}