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 f71da5f commit dcfe152Copy full SHA for dcfe152
.github/workflows/testing.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install required dependencies
37
run: |
38
python3 -m pip install --upgrade pip
39
- pip install tox tox-wheel
+ pip install tox
40
41
- name: Code check
42
run: tox -e ${TOX_VENV}
tox.ini
@@ -1,15 +1,15 @@
1
[tox]
2
-minversion = 3.24.1
+minversion = 4.3.4
3
requires=
4
virtualenv>=20.7.2
5
- tox-wheel>=0.6.0
6
skip_missing_interpreters=True
7
envlist =
8
pep8,black,
9
gevent,eventlet,sasl,
10
docs,
11
pypy3
12
isolated_build = true
+allowlist_externals={toxinidir}
13
14
[testenv]
15
wheel = True
0 commit comments