Add Travis CI

This commit is contained in:
François Voron
2019-10-11 15:16:11 +02:00
parent f3b7fa662a
commit 085baf9b79

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: python
python:
- "3.7"
- "3.7-dev"
- "3.8-dev"
install:
- pip install pipenv
- pipenv install
script:
- pipenv run pytest