umap/.travis.yml

31 lines
465 B
YAML
Raw Normal View History

2017-05-10 04:12:10 -05:00
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
services:
- postgresql
2018-05-17 02:55:51 -05:00
addons:
postgresql: "9.6"
apt:
packages:
- libgdal-dev
- postgresql-9.6-postgis-2.3
2017-05-10 04:12:10 -05:00
env:
- UMAP_SETTINGS=umap/tests/settings.py
install:
- pip install .
- pip install -r requirements-dev.txt
script: make test
notifications:
irc:
channels:
- "irc.freenode.net#umap"
on_success: change
on_failure: always
email: false
branches:
only:
- master