Install BeautifulSoup4 (bs4) on Travis.

modes-update
Christian Jacobs 2019-04-14 18:00:24 +01:00
rodzic ce969cc8d7
commit a288bf23dd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"