From 32e7c8b809e9641f01a321274839144d6e0eed9b Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 18 Jul 2013 19:25:51 -0700 Subject: hack to try and have travis run on a mac --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cf9eb2..89f8e9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,4 @@ -language: python -python: - - "2.5" - - "2.6" - - "2.7" - - "pypy" +language: objective-c script: - python setup.py build_ext -i - python -m compileall -f . -- cgit v1.2.1