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

Commit 64ac32d

Browse files
committed
Fixed the build
1 parent 2e4883b commit 64ac32d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +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-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pytest; fi
49+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pytest -vxrs; fi
5050
- codecov
51+
- python -c 'from PyQt5.QtWidgets import QApplication; QApplication([])'

0 commit comments

Comments
 (0)