Set up Travis CI.
This commit is contained in:
parent
1f1aa7f468
commit
c60392595b
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
dist: xenial
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.7"
|
||||||
|
install:
|
||||||
|
- pip install coverage codecov
|
||||||
|
script:
|
||||||
|
- coverage run -m unittest discover
|
||||||
|
- codecov
|
Loading…
Reference in a new issue