Add travis configuration

This commit is contained in:
Abhinav Singh 2019-02-08 19:53:08 -08:00
parent 6b64c23c47
commit e2e596259e
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
os:
- linux
- osx
- windows
script:
- make