mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-20 14:20:13 +00:00
Tox!
Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
parent
fff31558a0
commit
88e4b6390c
6 changed files with 35 additions and 2 deletions
6
setup.py
Normal file
6
setup.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest'],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue