1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-04-08 17:05:17 +02:00
Adam Hill 88e4b6390c
Tox!
Signed-off-by: Adam Hill <adam@diginc.us>
2018-07-11 23:24:28 -05:00

7 lines
107 B
Python

from setuptools import setup
setup(
setup_requires=['pytest-runner'],
tests_require=['pytest'],
)