summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-06-21 21:49:45 (GMT)
committerGitHub <noreply@github.com>2019-06-21 21:49:45 (GMT)
commitb66be8353c8a0d5e188bade8610068e9ad18af9d (patch)
tree3c8dfce79df24480ed944a9df797144e1b6dc89d /.travis.yml
parent25b9f086df2672b431c4e518e6a9928f6bfcc22f (diff)
parentced31ce9ea3346c78e0763449be7b810c45bb3ba (diff)
downloadSCons-b66be8353c8a0d5e188bade8610068e9ad18af9d.zip
SCons-b66be8353c8a0d5e188bade8610068e9ad18af9d.tar.gz
SCons-b66be8353c8a0d5e188bade8610068e9ad18af9d.tar.bz2
Merge pull request #3392 from mwichmann/travis-tweak
Update Travis config: py38, lxml, docbook, ldc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2cb605f..7893b18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,9 @@ os:
- linux
install:
+ # needed for Docbook tests, must be in virtualenv context
+ - pip install lxml
+ # do the rest of the image setup
- ./.travis/install.sh
# pypy is not passing atm, but still report build success for now
@@ -22,7 +25,6 @@ matrix:
allow_failures:
- python: pypy
- python: pypy3
- - python: 3.8-dev
- stage: Coverage
# run coverage first as its still useful to collect