add requests to travis build

This commit is contained in:
Eric Le Lay 2020-07-12 18:27:41 +02:00
parent bb30191350
commit 3ae875d5a0

View file

@ -6,7 +6,7 @@ python:
install:
- sudo apt-get update -q
- sudo apt-get install intltool desktop-file-utils
- pip3 install coverage==4.5.4 minimock pycodestyle isort
- pip3 install coverage==4.5.4 minimock pycodestyle isort requests
- python3 tools/localdepends.py
script:
- make lint