summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-05-18 17:56:14 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-05-18 17:56:14 (GMT)
commita17a722ff8f79ea3027944b44914f7367873b4cf (patch)
treef61cd4e03c7a2c7f5a028cab6bdc9cfaa0814dff /.travis.yml
parent49ebf1eda47c4a44b0717ff52b863d52f3eb5ab2 (diff)
downloadSCons-a17a722ff8f79ea3027944b44914f7367873b4cf.zip
SCons-a17a722ff8f79ea3027944b44914f7367873b4cf.tar.gz
SCons-a17a722ff8f79ea3027944b44914f7367873b4cf.tar.bz2
update to lxml 4.5.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f0d1b45..c31b1fc 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==4.3.3
+ - pip install lxml==4.5.0
# do the rest of the image setup
- ./.travis/install.sh