mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2025-01-11 17:06:13 +01:00
783c2ea1ec
This allows concurrent test execution. Fixes https://github.com/fedora-python/tox-current-env/issues/11
4 lines
49 B
Python
4 lines
49 B
Python
from setuptools import setup
|
|
|
|
setup(name="test")
|