travis.yml added

This commit is contained in:
Jonas Depoix 2019-03-14 17:10:07 +01:00
parent 94e4e4063f
commit fc679a052c
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
- coverage run -m unittest discover