Skip to content

Commit

Permalink
Coverall action does not work on python 2.7?
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Dec 8, 2020
1 parent e9ab96c commit 11b14a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: "Run tox targets for ${{ matrix.python-version }}"
run: python -m tox
- name: Coveralls
if: ${{ matrix.python-version != 2.7 }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 11b14a2

Please sign in to comment.