forked from platypush/platypush
Added travis-ci files
This commit is contained in:
parent
3dfcf0ec97
commit
8f64c0b8d4
2 changed files with 19 additions and 0 deletions
2
.travis.requirements
Normal file
2
.travis.requirements
Normal file
|
@ -0,0 +1,2 @@
|
|||
pyyaml
|
||||
requires
|
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
|
Loading…
Reference in a new issue