-
Notifications
You must be signed in to change notification settings - Fork 44
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
Containerize Travis CI Builds #206
Conversation
Well, that's not going to work since it calls out to |
The |
Or... that. Fingers crossed! |
As expected, PIL seems unhappy. :( |
Why do we need to continue to support PIL again? Would it be OK to just to CI with Pillow going forward? |
Current state - pycairo is being painful, not sure about PIL. |
- libfreetype6-dev | ||
- libcairo2-dev | ||
- python-cairo | ||
- python-cairo-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need the python-cairo-dev?
I would suggest that this PR waits for #208 before merging. I think it would be easier that way |
I agree on #208, but would like to prove out the containerized building in the meantime. |
May I also suggest to start using codecov instead of coveralls?
|
- zlib1g-dev | ||
- libpng-dev | ||
- libfreetype6-dev | ||
- libcairo2-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also not need to install this, we should let python-cairo
bring any dependencies it needs.
#208 is merged |
Conflicts: .travis.yml travis_setup.sh
OK, I think that this is done. |
👍 |
Containerize Travis CI Builds
👍 Looks like a nice performance boost |
In preparation for Python 3 stuff.