Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit 5c64555

Browse files
committed
Fixed the build
1 parent 6f7464e commit 5c64555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ install:
4646
script:
4747
- if [ "$TRAVIS_OS_NAME" = "windows" ];then pytest -vxrs --cov=./; fi
4848
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pytest -vxrs --cov=./; fi
49-
- ldd `python -c 'import PyQt5; import os.path; print(os.path.join(os.path.dirname(PyQt5.__file__), "Qt", "plugins", "platforms", "libqxcb.so"))'`
49+
- ldd `python -c 'import PySide2; import os.path; print(os.path.join(os.path.dirname(PySide2.__file__), "Qt", "plugins", "platforms", "libqxcb.so"))'`
5050
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pytest -vxrs; fi
5151
- codecov

0 commit comments

Comments
 (0)