Start setting up Travis CI

This commit is contained in:
James R. Barlow
2015-09-05 23:44:43 -07:00
parent 09afd8d25d
commit 8367172e0b

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
sudo: false
language: python
os:
- linux
- osx
matrix:
include:
- python: "3.4"
- python: "3.5"