mirror of
https://github.com/pi-hole/pi-hole
synced 2025-02-07 13:42:40 +00:00
![Adam Warner](/assets/img/avatar_default.png)
Create Github Actions config Split tox ini into one per supported distro so they can be run seperately Signed-off-by: Adam Warner <me@adamwarner.co.uk>
7 lines
107 B
Python
7 lines
107 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
setup_requires=['pytest-runner'],
|
|
tests_require=['pytest'],
|
|
)
|