Skip to content

Commit fc532aa

Browse files
committed
Upgrade pytest on Travis
Avoid incompatibility with newer pytest-cov version
1 parent 0227bc9 commit fc532aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ before_install:
3939
fi
4040
- |
4141
if [[ $GROUP == selenium ]]; then
42-
pip install selenium
42+
pip install --upgrade selenium pytest
4343
# Install Webdriver backend for Firefox:
4444
wget https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz
4545
mkdir geckodriver

0 commit comments

Comments
 (0)