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

Commit 76778df

Browse files
committed
Fixed the build
1 parent d47c828 commit 76778df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,5 @@ install:
5151
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export DISPLAY=:99.0; /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset;sleep 3;pip3 install -r requirements.txt; fi
5252
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install -r requirements.txt; fi
5353
script:
54-
- if [ "$TRAVIS_OS_NAME" = "windows" ];then pytest -vxrs --cov=./; fi
55-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pytest -vxrs --cov=./; fi
56-
- ldd `python -c 'import PySide2; import os.path; print(os.path.join(os.path.dirname(PySide2.__file__), "Qt", "plugins", "platforms", "libqxcb.so"))'`
57-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pytest -vxrs; fi
54+
- pytest -vxrs --cov=./
5855
- codecov

0 commit comments

Comments
 (0)