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 0227bc9 commit fc532aaCopy full SHA for fc532aa
.travis.yml
@@ -39,7 +39,7 @@ before_install:
39
fi
40
- |
41
if [[ $GROUP == selenium ]]; then
42
- pip install selenium
+ pip install --upgrade selenium pytest
43
# Install Webdriver backend for Firefox:
44
wget https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz
45
mkdir geckodriver
0 commit comments