Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 6, 2021
1 parent 08c6c8f commit 313302c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [2.7, 3.4, 3.5, 3.7, 3.8]
python: [2.7, 3.5, 3.7, 3.9]

steps:
- uses: actions/checkout@v2
Expand All @@ -32,6 +32,6 @@ jobs:
working-directory: library
run: |
python -m pip install coveralls
coveralls
if: ${{ matrix.python == '3.8' }}
coveralls --service=github
if: ${{ matrix.python == '3.9' }}

2 changes: 1 addition & 1 deletion library/tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,35},qa
envlist = py{27,35,37,39},qa
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 313302c

Please sign in to comment.