1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-30 13:10:57 +02:00
docker-pi-hole/.travis.yml
2016-07-18 11:17:50 -05:00

18 lines
343 B
YAML

sudo: required
services:
- docker
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
# maintainers to fix their pypy-dev package.
- "pypy"
# command to install dependencies
install:
- pip install -r requirements.txt
script: py.test