Skip to content

Commit

Permalink
Change version of PyQt5 for avoid core dump
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed Mar 24, 2019
1 parent d0029be commit 72e4369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
install:
- pip install pip --upgrade
- pip install pytest pytest-qt pytest-cov
- pip install PyQt5==5.11
- pip install PyQt5==5.11.2
- pip install coveralls

before_script: rm --recursive --force --verbose *.py[cod]
Expand Down

0 comments on commit 72e4369

Please sign in to comment.