Skip to content

Commit

Permalink
pinpoint pyside2 since there is issue with 5.15.0 (see #3080)
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed May 28, 2020
1 parent f886edc commit 57711c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ before_script:
# This installs PyQt and scipy if wheels are available
- pip install ${PIP_OPTIONS} -r requirements.txt
# Install PySide2 if needed
# Pin-pointing for now to avoid issues with versions [5.11.2 - 5.12.1]
# Pin-pointing for now to avoid issues with versions [5.15.0]
- if [ "$QT_BINDING" == "PySide2" ];
then
pip install ${PIP_OPTIONS} pyside2;
pip install ${PIP_OPTIONS} pyside2==5.14.2.1;
fi

# Install built package
Expand Down

0 comments on commit 57711c2

Please sign in to comment.