Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 28, 2022
1 parent 2a9f1d2 commit 5b427b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
include:
- os: macos
python: 2.7
- os: macos
python: 3.8
- os: windows
python: 2.7
- os: windows
python: 3.8
python: [3.6]
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 35
defaults:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ PLATFORM=

[core]
deps=
py3{4,5,6}: pytest<7
pytest
py3{4,5,6}: pytest<7
pytest-cov
pytest-timeout
py3{7,8,9,10}: pytest-asyncio
Expand Down

0 comments on commit 5b427b6

Please sign in to comment.