* Drop Python 3.4 - GitHub reports it as not found, despite it being in the list it links to!?!?!?
* Fix Coveralls
runs-on: ubuntu-latest
strategy:
matrix:
runs-on: ubuntu-latest
strategy:
matrix:
- python: [2.7, 3.4, 3.5, 3.7, 3.8]
+ python: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
steps:
- uses: actions/checkout@v2
working-directory: library
run: |
python -m pip install coveralls
working-directory: library
run: |
python -m pip install coveralls
+ coveralls --service=github
if: ${{ matrix.python == '3.8' }}
if: ${{ matrix.python == '3.8' }}