platypush/.travis.yml

22 lines
304 B
YAML
Raw Normal View History

2017-12-22 02:14:45 +01:00
language: python
python:
- "3.6"
install: "pip install -r .travis.requirements"
script: ./run_tests.sh
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