From 5ee055434b77de52d30b26eeb7fd495034585080 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Mon, 12 Aug 2013 16:57:52 -0700 Subject: [PATCH] Try to get travis working --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 544b1dc..7f070cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,10 @@ language: python python: - 2.7 +compiler: clang before_install: - - sudo apt-get install -qq libeigen3-dev + - "curl -L https://gist.github.com/jparyani/6216515/raw/a50cb02574033a14f3856dac949f83b4c0557c82/install_capnproto.sh | /bin/bash" install: - pip install --editable . @@ -13,4 +14,4 @@ matrix: allow_failures: - python: pypy -script: python setup.py test +script: true