Enable Travis CI

This commit is contained in:
Virgil Dupras 2017-10-08 20:37:59 -04:00
parent d5fef949e9
commit 45b907a529
2 changed files with 10 additions and 1 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py35
envlist = py34,py35,py36
skipsdist = True
skip_missing_interpreters = True