Skip to content

Commit 7ded638

Browse files
authored
Merge pull request #4329 from takluyver/travis-newer-pytest
Upgrade pytest on Travis
2 parents 0227bc9 + e2ba828 commit 7ded638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ before_install:
3636
- |
3737
if [[ $GROUP == docs ]]; then
3838
pip install -r docs/doc-requirements.txt
39+
pip install --upgrade pytest
3940
fi
4041
- |
4142
if [[ $GROUP == selenium ]]; then
42-
pip install selenium
43+
pip install --upgrade selenium pytest
4344
# Install Webdriver backend for Firefox:
4445
wget https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz
4546
mkdir geckodriver

0 commit comments

Comments
 (0)