This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
pi-hole
mirror of
https://github.com/pi-hole/pi-hole.git
Watch
1
Star
0
Fork
You've already forked pi-hole
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fe8b0e98ab
pi-hole
/
test
/
setup.py
7 lines
107 B
Python
Raw
Blame
History
from
setuptools
import
setup
setup
(
setup_requires
=
[
'
pytest-runner
'
]
,
tests_require
=
[
'
pytest
'
]
,
)
Reference in New Issue
View Git Blame
Copy Permalink