travis.yml added
This commit is contained in:
parent
94e4e4063f
commit
fc679a052c
|
@ -0,0 +1,7 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.6"
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
script:
|
||||||
|
- coverage run -m unittest discover
|
Loading…
Reference in New Issue