mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-19 18:08:35 +00:00
13 lines
263 B
Markdown
13 lines
263 B
Markdown
# Prerequisites
|
|
|
|
Make sure you have `docker`, `python` and `tox` installed.
|
|
|
|
# Running tests locally
|
|
|
|
`tox -c test/tox.ini`
|
|
|
|
Should result in:
|
|
|
|
- An image named `pihole:CI_container` being built
|
|
- Tests being ran to confirm the image doesn't have any regressions
|