summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-07-09 22:23:07 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-07-09 22:23:07 (GMT)
commitb9133757d9bb1562cd6cc159ef6a435ad7f43eb0 (patch)
treee5bcbd560e0134c5f29cffd518cc6255458699b2
parent0e1a849fbc2f8e2214cb738d9d1159bf8aa00e1f (diff)
downloadSCons-b9133757d9bb1562cd6cc159ef6a435ad7f43eb0.zip
SCons-b9133757d9bb1562cd6cc159ef6a435ad7f43eb0.tar.gz
SCons-b9133757d9bb1562cd6cc159ef6a435ad7f43eb0.tar.bz2
pin libxml so it should build with py3.8
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7893b18..8a55575 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ os:
install:
# needed for Docbook tests, must be in virtualenv context
- - pip install lxml
+ - pip install lxml==4.3.3
# do the rest of the image setup
- ./.travis/install.sh