Skip to content
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

Python 3.4 jobs with addon apt #225

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented Apr 5, 2016

This change is Reviewable

jayvdb added 3 commits April 5, 2016 23:45
This virtualenv is provided by Travis CI
This moves the builds onto the Travis container infrastructure.
sphinxcontrib-fulltoc version 1.0 is not compatible with Python 3
@jayvdb
Copy link
Contributor Author

jayvdb commented Apr 5, 2016

This addon approach moves the builds to the travis container-based infrastructure, as sudo is not used any more. It doesnt appear to make the builds much faster, but it does allow caching which can be used to speed the builds up a bit. The first two patches are sufficient to switch to the container-based infrastructure for Python 2.7 only, so you can commit only those two if you want to switch but dont want to take the changes related to Python 3.4 yet.

An alternative approach, without the use of addons, is here
master...jayvdb:py34

- libffi-dev
- liblua5.2-dev
- libjpeg8-dev
- pyqt4-dev-tools
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be python-qt4 . Separated into #226

@jayvdb jayvdb force-pushed the py34_with_addons branch from 3c78ef7 to eafb2d9 Compare April 6, 2016 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant