From a288bf23dd1fe6a90eb121b9f6eb511e80b74fc6 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Sun, 14 Apr 2019 18:00:24 +0100 Subject: [PATCH] Install BeautifulSoup4 (bs4) on Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37c566e..72d1b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ virtualenv: before_install: - sudo apt-get update -qq - - sudo apt-get install -yq xvfb python3 python3-pip gir1.2-gtk-3.0 python3-gi-cairo python3-flake8 python3-numpy python3-matplotlib python3-sphinx python-libhamlib2 + - sudo apt-get install -yq xvfb python3 python3-pip gir1.2-gtk-3.0 python3-gi-cairo python3-flake8 python3-numpy python3-matplotlib python3-sphinx python-libhamlib2 python3-bs4 - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"