Fix tests issues.

This patch introduce the installation of dependencies needed my the main commit.

This patch fixes:
 * https://travis-ci.org/funilrys/hosts/jobs/347504195#L592
 * https://travis-ci.org/funilrys/hosts/jobs/347504195#L598
This commit is contained in:
funilrys
2018-02-28 23:29:18 +01:00
parent 3403b10e50
commit 1141823bc8
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ conda create -n hosts python=$PYTHON_VERSION || exit 1
source activate hosts
echo "Installing packages..."
conda install mock flake8
conda install mock flake8 beautifulsoup4 lxml

View File

@@ -24,7 +24,7 @@ import tempfile
import time
from glob import glob
import lxml # noqa: F401
import lxml # noqa: F401
from bs4 import BeautifulSoup
# Detecting Python 3 for version-dependent implementations