Skip to content

Commit

Permalink
Fix github workflow for #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 6, 2021
1 parent 3250fa8 commit 2e7de80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.6, 3.7, 3.8]

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

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

[testenv]
Expand Down

0 comments on commit 2e7de80

Please sign in to comment.