👷 Add Travis

This commit is contained in:
Sebastián Ramírez 2018-12-09 18:57:19 +04:00
parent c995efd358
commit 9b0aeb726c
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
install:
- pipenv install
script:
- scripts/test
# after_script:
# - codecov