mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-25 09:36:13 +01:00
7 lines
73 B
Python
7 lines
73 B
Python
|
import tox
|
||
|
|
||
|
|
||
|
@tox.hookimpl
|
||
|
def tox_testenv_create(venv, action):
|
||
|
...
|