Skip to content

Commit 7ac22f1

Browse files
committed
Test more
1 parent 09ad64f commit 7ac22f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, windows-latest]
25-
python-version: ["3.7", "3.8", "3.9", "3.10"]
25+
python-version: ["3.10"] # ["3.7", "3.8", "3.9", "3.10"]
2626

2727
runs-on: ${{ matrix.os }}
2828

@@ -38,11 +38,11 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install codecov tox
41+
pip install codecov tox tox-github-actions
4242
4343
# with "-e py" tox runs the python version of the current environment
4444
- name: Unittests with tox
45-
run: tox -e py
45+
run: tox # -e py
4646

4747
# Coverage does not work for private repos
4848
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)