Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 9a966c9

Browse files
committed
Cleanup tox config
1 parent ed4cbbf commit 9a966c9

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install tox
27-
run: pip install "tox<4" tox-gh-actions
27+
run: pip install tox
2828
- name: Run tox
2929
run: tox
3030
- name: Upload coverage to Codecov

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,3 @@ skip_glob =
5858
versioneer.py
5959
tests/*
6060
salmon/_vendor
61-
62-
[gh-actions]
63-
python =
64-
3.7: py37
65-
3.8: py38
66-
3.9: py39
67-
3.10: py310
68-
pypy-3.6: pypy3
69-
pypy-3.7: pypy3

0 commit comments

Comments
 (0)