mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-09 16:10:48 +03:00
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:
parent
e01cd042ab
commit
38c3dd8c7d
|
@ -49,7 +49,7 @@ after_success:
|
||||||
- pyflakes Tests/*.py | tee >(wc -l)
|
- pyflakes Tests/*.py | tee >(wc -l)
|
||||||
|
|
||||||
- time git fetch origin master:refs/remotes/origin/master
|
- 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 coverage xml
|
||||||
- time diff-cover coverage.xml
|
- time diff-cover coverage.xml
|
||||||
- time diff-quality --violation=pep8
|
- time diff-quality --violation=pep8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user