forked from platypush/platypush
16 lines
246 B
YAML
16 lines
246 B
YAML
|
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
|
||
|
|