forked from platypush/platypush
17 lines
266 B
YAML
17 lines
266 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
|
|
install: "pip install -r .travis.requirements"
|
|
|
|
script: ./run_tests.sh
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- blacklight86@gmail.com
|
|
on_success: change
|
|
on_failure: change
|
|
|