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 d3db370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 Down
2 changes: 1 addition & 1 deletion library/tox.ini
Original file line number Diff line number Diff line change
@@ -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 d3db370

Please sign in to comment.