Skip to content

Commit

Permalink
Disable Qt 4.8.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Sep 23, 2016
1 parent f50b074 commit 45ce958
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 @@ -40,8 +40,8 @@ before_install:
- source activate travis

install:
- conda install --yes numpy scipy matplotlib scikit-learn sphinx
- conda update --yes --all
# Qt 4.8.7 has been causing build failures, so we disable it.
- conda install --yes numpy scipy matplotlib scikit-learn sphinx qt=4.8.6
- pip install -r requirements.txt
# Before proceeding, we pause to list all installed conda and pip
# packages for later debugging.
Expand Down

0 comments on commit 45ce958

Please sign in to comment.