umap/.travis.yml
Yohan Boniface ebf0dee216 Travis stuff
2021-05-30 22:53:16 +02:00

33 lines
489 B
YAML

os: linux
language: python
dist: focal
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
services:
- postgresql
addons:
apt:
packages:
- libgdal-dev
- postgresql-12-postgis-3
env:
global:
- PGPORT=5432
- UMAP_SETTINGS=umap/tests/settings.py
install:
- pip install .
- pip install -r requirements-dev.txt
script: make test
notifications:
irc:
channels:
- "irc.libera.chat#umap"
on_success: change
on_failure: always
email: false
branches:
only:
- master