From c84e2b1e4c96e6c121ba7a85fc133c65d5b99d37 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Jun 2016 20:41:12 +0530 Subject: [PATCH] Debut qt plugin loading on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 07835e1d78..b573ad5e80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,6 @@ env: before_install: - curl https://download.calibre-ebook.com/travis/sw-linux.tar.xz | tar xJ -C $HOME - $QMAKE -query + - QT_DEBUG_PLUGINS=1 python -c "from PyQt5.Qt import QImageReader; fmts = map(str, QImageReader.supportedImageFormats()); print fmts; import sys; 'jpg' not in fmts and sys.exit(1)" - python setup.py bootstrap --ephemeral script: python setup.py test