Skip to content

Commit a9a34aa

Browse files
authored
Update python versions for CI (#96)
* Drop Python 3.4 - GitHub reports it as not found, despite it being in the list it links to!?!?!? * Fix Coveralls
1 parent c4f5e80 commit a9a34aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: [2.7, 3.4, 3.5, 3.7, 3.8]
14+
python: [2.7, 3.5, 3.6, 3.7, 3.8]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -32,6 +32,6 @@ jobs:
3232
working-directory: library
3333
run: |
3434
python -m pip install coveralls
35-
coveralls
35+
coveralls --service=github
3636
if: ${{ matrix.python == '3.8' }}
3737

0 commit comments

Comments
 (0)