Skip to content

Commit

Permalink
Merge pull request #27 from Gadgetoid/ci/update-python-versions
Browse files Browse the repository at this point in the history
Fix CI and tests
  • Loading branch information
Gadgetoid committed Sep 27, 2023
2 parents fd8e954 + cc53391 commit 652a2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [2.7, 3.5, 3.7, 3.9]
python: [2.7,3.9]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,11 +1,11 @@
[tox]
envlist = py{27,35,37,39},qa
envlist = py{27,39},qa
skip_missing_interpreters = True

[testenv]
commands =
python setup.py install
coverage run -m py.test -v -r wsx
coverage run -m pytest -v -r wsx
coverage report
deps =
mock
Expand Down

0 comments on commit 652a2fa

Please sign in to comment.