From d199329d78ef60a99320e6f38ded554b6b0f0c52 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Fri, 26 Feb 2016 16:31:03 -0600 Subject: [PATCH] Resolves Issue #348 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb29f529..3afcfe7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: python sudo: false script: ./scripts/travis.sh +os: + - linux + - osx python: - 2.6 - 2.7