diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-05-18 17:56:14 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-05-18 17:56:14 (GMT) |
commit | a17a722ff8f79ea3027944b44914f7367873b4cf (patch) | |
tree | f61cd4e03c7a2c7f5a028cab6bdc9cfaa0814dff /.travis.yml | |
parent | 49ebf1eda47c4a44b0717ff52b863d52f3eb5ab2 (diff) | |
download | SCons-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.yml | 2 |
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 |