* Tell travis to build on linux and OSX

This commit is contained in:
Matthew Honnibal 2015-01-06 04:00:10 +11:00
parent cda5f7aeae
commit 351f2041ff
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
language: python language: python
os:
- linux
- osx
python: python:
- "2.7" - "2.7"
- "3.4" - "3.4"