Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Use system python-lxml in Travis.#1037

Merged
cooperq merged 1 commit intoEFForg:masterfrom
jsha:faster-travis
Feb 12, 2015
Merged

Use system python-lxml in Travis.#1037
cooperq merged 1 commit intoEFForg:masterfrom
jsha:faster-travis

Conversation

@jsha
Copy link
Copy Markdown
Member

@jsha jsha commented Feb 11, 2015

This avoids having to 'pip install' lxml, which takes a long time because it
compiles the package each time. Instead we install the precompiled version from
apt-get and tell virtualenv it's okay to use it. Note that this works for Python
2.7 only.

This brings test times from ~3 minutes to ~1 minute.

This avoids having to 'pip install' lxml, which takes a long time because it
compiles the package each time. Instead we install the precompiled version from
apt-get and tell virtualenv it's okay to use it. Note that this works for Python
2.7 only.

This brings test times from ~3 minutes to ~1 minute.
cooperq added a commit that referenced this pull request Feb 12, 2015
Use system python-lxml in Travis.
@cooperq cooperq merged commit 4e51430 into EFForg:master Feb 12, 2015
@cooperq
Copy link
Copy Markdown
Contributor

cooperq commented Feb 12, 2015

lgtm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants