Build diff_cover (and more importantly its dependencies such as lxml) with no optimisations to speed up install. Use wheel if possible

This commit is contained in:
hugovk 2014-06-29 10:41:41 +03:00
parent e01cd042ab
commit 38c3dd8c7d

View File

@ -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