umap/.travis.yml

27 lines
438 B
YAML
Raw Normal View History

2019-04-07 05:23:40 -05:00
dist: xenial
2017-05-10 04:12:10 -05:00
language: python
python:
- "3.5"
- "3.6"
services:
- postgresql
env:
- UMAP_SETTINGS=umap/tests/settings.py
2019-04-07 05:23:40 -05:00
before_install:
- sudo apt-get install -y libgdal20
- gdal-config --version
2017-05-10 04:12:10 -05:00
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