.travis.yml: try to make the travis build work

master
Ivan Kozik 2018-10-09 18:10:35 +00:00
parent 9022a57f6f
commit 795a27121c
1 changed files with 6 additions and 2 deletions

View File

@ -4,9 +4,13 @@ dist: xenial
python:
- 3.7
before_install:
- sudo apt-get update
- sudo apt-get install -y --no-install-recommends libxml2-dev libxslt1-dev libre2-dev pkg-config
install:
- travis_retry pip3 install --upgrade pip setuptools
- travis_retry pip3 install .
- travis_retry pip install --upgrade pip setuptools
- travis_retry pip install --process-dependency-links --no-binary --upgrade .
script:
- grab-site --help