Skip to content

Commit eb771e0

Browse files
tox configuration
1 parent 74c3a0b commit eb771e0

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: ${{ matrix.python }}
4242
- run: python -m pip install --upgrade pip wheel
4343
- run: pip install tox
44-
- run: tox
44+
- run: tox -epy
4545
coverage:
4646
name: coverage
4747
runs-on: ubuntu-latest
@@ -54,7 +54,7 @@ jobs:
5454
python-version: 3.14
5555
- run: python -m pip install --upgrade pip wheel
5656
- run: pip install tox
57-
- run: tox
57+
- run: tox -epy
5858
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5959
with:
6060
files: ./coverage.xml

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[tox]
2-
skip_missing_interpreters=True
3-
41
[testenv]
52
commands=
63
pip install -e .
@@ -14,8 +11,6 @@ deps=
1411
requests
1512
websocket-client
1613

17-
[testenv:pypy3]
18-
1914
[testenv:flake8]
2015
deps=
2116
flake8

0 commit comments

Comments
 (0)