diff --git a/.travis.yml b/.travis.yml index 890ee1a..d228cce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ before_install: - "sudo add-apt-repository universe" - "sudo apt-get install -y ffmpeg" - "pip install pytest" + - "pip install lxml" # - "pip install coverage" # - "pip install codecov" # - "pip install pytest-cov==2.5.0"