Added geckodriver to travis.yml

This commit is contained in:
Devin Stokes
2019-04-30 17:44:41 -07:00
parent 4b9776c641
commit 0c66cd94cb

View File

@@ -4,6 +4,11 @@ os:
- linux - linux
python: python:
- 3.6 - 3.6
before_install:
- wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz
- mkdir geckodriver
- tar -xzf geckodriver-v0.24.0-linux64.tar.gz -C geckodriver
- export PATH=$PATH:$PWD/geckodriver
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install flake8 - pip install flake8