1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 09:36:13 +01:00
github.com_fedora-python_to.../src/tox_current_env/hooks.py

7 lines
73 B
Python
Raw Normal View History

2019-07-17 13:54:09 +02:00
import tox
@tox.hookimpl
def tox_testenv_create(venv, action):
...