We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c3a0b commit eb771e0Copy full SHA for eb771e0
2 files changed
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
python-version: ${{ matrix.python }}
42
- run: python -m pip install --upgrade pip wheel
43
- run: pip install tox
44
- - run: tox
+ - run: tox -epy
45
coverage:
46
name: coverage
47
runs-on: ubuntu-latest
@@ -54,7 +54,7 @@ jobs:
54
python-version: 3.14
55
56
57
58
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
59
with:
60
files: ./coverage.xml
tox.ini
@@ -1,6 +1,3 @@
1
-[tox]
2
-skip_missing_interpreters=True
3
-
4
[testenv]
5
commands=
6
pip install -e .
@@ -14,8 +11,6 @@ deps=
14
11
requests
15
12
websocket-client
16
13
17
-[testenv:pypy3]
18
19
[testenv:flake8]
20
deps=
21
flake8
0 commit comments