platypush/.travis.yml

23 lines
309 B
YAML
Raw Normal View History

2017-12-22 02:14:45 +01:00
language: python
2019-06-26 11:27:42 +02:00
dist: xenial
2017-12-22 02:14:45 +01:00
python:
2019-06-26 11:27:42 +02:00
- "3.7"
2017-12-22 02:14:45 +01:00
install: "pip install -r .travis.requirements"
2021-03-06 19:50:22 +01:00
script: pytest
2017-12-22 02:14:45 +01:00
notifications:
email:
recipients:
- blacklight86@gmail.com
on_success: change
on_failure: change
2018-05-04 03:35:18 +02:00
services:
- redis-server
git:
submodules: false