Commit 33a830d
committed
Use system python-lxml in Travis.
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.1 parent b7c038e commit 33a830d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments