From 38c3dd8c7dda99e59bea035dbe7c70ef1bee4681 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 29 Jun 2014 10:41:41 +0300 Subject: [PATCH] Build diff_cover (and more importantly its dependencies such as lxml) with no optimisations to speed up install. Use wheel if possible --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adaf54b6f..719fc7951 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ after_success: - pyflakes Tests/*.py | tee >(wc -l) - time git fetch origin master:refs/remotes/origin/master - - time pip install diff_cover + - time CFLAGS=-O0 pip install --use-wheel diff_cover - time coverage xml - time diff-cover coverage.xml - time diff-quality --violation=pep8