migra/.travis.yml
2018-02-21 16:55:10 +11:00

23 lines
287 B
YAML

language: python
python:
- "2.7"
- "3.6"
sudo: required
dist: trusty
services:
- postgresql
addons:
postgresql: "9.6"
before_script:
- bash scripts/travis/install-postgres-10.sh
# command to install dependencies
install: make pip
# command to run tests
script: make test