forked from platypush/platypush
6dcec9f9b4
- Only Python 3.6 on Travis
15 lines
246 B
YAML
15 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
|
|
|