add travis and codecov

This commit is contained in:
collerek
2020-08-02 08:56:53 +02:00
parent db2a0b3ddb
commit c22de9684d
5 changed files with 42 additions and 1 deletions

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: python
dist: xenial
cache: pip
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -U -r requirements.txt
script:
- scripts/test
after_script:
- codecov