umap/.travis.yml
2019-04-07 12:11:52 +02:00

23 lines
357 B
YAML

sudo: false
language: python
python:
- "3.5"
- "3.6"
services:
- postgresql
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