Added travis-ci files

This commit is contained in:
Fabio Manganiello 2017-12-22 02:14:45 +01:00
parent 3dfcf0ec97
commit 8f64c0b8d4
2 changed files with 19 additions and 0 deletions

2
.travis.requirements Normal file
View File

@ -0,0 +1,2 @@
pyyaml
requires

17
.travis.yml Normal file
View 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