From f5c6d05f29d0693fe9f746999fcde3314f624e68 Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Mon, 12 Jan 2015 17:21:42 +0100 Subject: [PATCH] enable building on container-based infrastructure --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 610628b..1d288f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - "2.7" +# enable building on container-based infrastructure +sudo: false install: - CFLAGS="-O0" pip install -e .[native] - CFLAGS="-O0" pip install coveralls