.travis.yml is now a stub.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2020-07-30 09:14:05 -07:00
parent 48820d181c
commit dc2781d1f9

View file

@ -1,12 +1,5 @@
sudo: required import:
services: - source: pi-hole/pi-hole:/shared-configs:core.yml@main
- docker if: branch = master
language: python - source: pi-hole/pi-hole:/shared-configs:core.yml@main
python: if: branch != master
- "3.6"
install:
- pip install -r requirements.txt
script:
# tox.ini handles setup, ordering of docker build first, and then run tests
- tox