-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make and test with coverage #12
Conversation
|
This branch now pip installs coverage modules. This branch -- https://travis-ci.org/hugovk/docker-images/builds/287937280 -- is the same but has an updated Pillow submodule which includes the Here's a build from that: https://travis-ci.org/hugovk/docker-images/builds/287937280 All are passing apart from three:
Comparing with a docker-images master build:
Anyway, checking just a passing ones for now:
|
Looks like Amazon has stripped a bunch out of their amazon linux images, and the dependencies for xvfb haven't been updated. I've fixed that with my pr_12 https://github.com/python-pillow/docker-images/tree/pr_12 branch. |
This PR needs updating for pytest too, re: python-pillow/Pillow#2815. |
Yes, but the things that are holding it up right now are orthogonal to the pytest issue. |
18ff723
to
e31878a
Compare
e081a60
to
7805106
Compare
Pushing the images now. |
For #11.
Needs Pillow to be built with CFLAGS="-coverage", for example like python-pillow/Pillow#2781.