Skip to content

Commit fd3fe68

Browse files
authored
Fix error tox config file not found (tiagocoutinho#20)
Fixes the following error while running tox: $ tox ERROR: tox config file (either pyproject.toml, tox.ini, setup.cfg) not found $ tox --version 3.26.0 imported from /usr/lib/python3.10/site-packages/tox/__init__.py registered plugins: tox-current-env-0.0.8 at /usr/lib/python3.10/site-packages/tox_current_env/hooks.py This happens for the tarball fetched from[1]. [1] https://files.pythonhosted.org/packages/source/m/modbus-proxy/modbus-proxy-0.6.8.tar.gz Signed-off-by: Damian Wrobel <[email protected]> Signed-off-by: Damian Wrobel <[email protected]>
1 parent 1137e74 commit fd3fe68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ replace = __version__ = "{new_version}"
6363
[flake8]
6464
max-line-length = 88
6565
extend-ignore = E203
66+
67+
[tox:tox]
68+
envlist = py3

0 commit comments

Comments
 (0)