Upgrade pytest for docs build as well

pull/4329/head
Thomas Kluyver 7 years ago
parent fc532aac6f
commit e2ba8280c6

@ -36,6 +36,7 @@ before_install:
- |
if [[ $GROUP == docs ]]; then
pip install -r docs/doc-requirements.txt
pip install --upgrade pytest
fi
- |
if [[ $GROUP == selenium ]]; then

Loading…
Cancel
Save