Comment diff-cover

This commit is contained in:
hugovk 2014-06-29 12:39:34 +03:00
parent 38c3dd8c7d
commit 3ea4780bdc

View File

@ -48,6 +48,7 @@ after_success:
- pyflakes PIL/*.py | tee >(wc -l)
- pyflakes Tests/*.py | tee >(wc -l)
# Coverage and quality reports on just the last diff
- time git fetch origin master:refs/remotes/origin/master
- time CFLAGS=-O0 pip install --use-wheel diff_cover
- time coverage xml