Add travis to test multiple versions of Python

This commit is contained in:
Jake Howard 2018-12-08 15:39:13 +00:00
parent 964398722a
commit 223f50b5be
Signed by: jake
GPG key ID: 57AFB45680EDD477

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: python
python:
- "3.4"
- "3.5"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -e .
- pip install -r dev-requirements.txt
script:
- ./scripts/test.sh