mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Try using pip to install lxml
Probably hitting this issue: https://github.com/travis-ci/travis-ci/issues/8132
This commit is contained in:
parent
36f9c16af2
commit
07f3d91a95
@ -7,12 +7,12 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- libboost-tools-dev
|
- libboost-tools-dev
|
||||||
- xsltproc
|
- xsltproc
|
||||||
- python-lxml
|
|
||||||
- docbook-xsl
|
- docbook-xsl
|
||||||
- docbook-xml
|
- docbook-xml
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- touch Jamroot.jam
|
- touch Jamroot.jam
|
||||||
|
- pip install lxml
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}/test
|
- cd ${TRAVIS_BUILD_DIR}/test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user