We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666415a commit 738acf0Copy full SHA for 738acf0
.travis.yml
@@ -29,7 +29,8 @@ env:
29
- PATH=$HOME/.local/bin:$PATH
30
before_install:
31
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv
32
- chromium-browser chromium-chromedriver
+ - wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
33
+ - unzip chromedriver-linux64.zip -d $HOME/.local/bin
34
install:
35
- pip3 install -r requirements.txt
36
- pip3 install pyasn1 --upgrade
0 commit comments