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
working-directory: library
run: |
python -m pip install coveralls
- coveralls
+ coveralls --service=github
if: ${{ matrix.python == '3.8' }}