Set up Travis CI.

This commit is contained in:
whitequark 2018-12-13 07:50:12 +00:00
parent 1f1aa7f468
commit c60392595b

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
dist: xenial
language: python
python:
- "3.7"
install:
- pip install coverage codecov
script:
- coverage run -m unittest discover
- codecov