Skip to content

Commit

Permalink
Turn back to install pyqt using conda in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Mar 7, 2017
1 parent aa9f541 commit 4c09c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_conda()
install_pip()
{
# Install PyQt5
pip install pyqt5;
conda install 'pyqt>=5.6.0';
}


Expand Down

0 comments on commit 4c09c75

Please sign in to comment.