switch to a fresher version of chromedriver (fix travis)

This commit is contained in:
Artur Barseghyan 2019-06-19 00:10:00 +02:00
parent 2c4781a607
commit b718c9fc65

View file

@ -44,7 +44,7 @@ matrix:
python: 3.7
install:
- wget http://chromedriver.storage.googleapis.com/2.42/chromedriver_linux64.zip
- wget http://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip -d /home/travis/
- pip install -r examples/requirements/test.txt