Skip to content

Commit

Permalink
Testing: Fix missing pyqt 4 conda package in Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed May 5, 2017
1 parent d8d8ac1 commit 4070af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-pyqt4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$CIRCLE_NODE_INDEX" = "3" ]; then
exit 0
else
conda remove -q qt pyqt
conda install -q qt=4.* pyqt=4.*
conda install -q -c conda-forge qt=4.* pyqt=4.*
fi

python qtpy/tests/runtests.py
Expand Down

0 comments on commit 4070af4

Please sign in to comment.