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

Commit 3f8dfdf

Browse files
committed
Fixed the build
1 parent 64ac32d commit 3f8dfdf

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+
- python -c 'from PySide2.QtWidgets import QApplication; QApplication([])'
4950
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pytest -vxrs; fi
5051
- codecov
51-
- python -c 'from PyQt5.QtWidgets import QApplication; QApplication([])'

0 commit comments

Comments
 (0)