docker-pi-hole/.travis.yml

15 lines
307 B
YAML
Raw Normal View History

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
2016-03-30 05:04:36 +02:00
script: py.test