Add travis.yml file

This commit is contained in:
L1ghtn1ng 2019-02-10 21:29:21 +00:00
parent 2997e0d7ce
commit f540e7b5db

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
dist: xenial
language: python
python:
- "3.6"
- "3.7"
- "3.8-dev"
install:
- pip install -r requirements.txt
script:
- pytest