[Pkg-bitcoin-commits] [python-quamash] 153/269: Fix .travis.yml wrt. PySide wheel

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit c19ae9560ccd929f7adc6ca2ce3b893da40fe375
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Mon Dec 8 17:48:46 2014 +0100

    Fix .travis.yml wrt. PySide wheel
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0e647e6..6fb2e22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,11 @@ python:
 before_install:
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
-install: "pip install wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl pytest-pep8 pytest-cov pytest-flakes"
+install:
+  - sudo apt-get install libqt4
+  - pip install wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl pytest-pep8 pytest-cov pytest-flakes
+   # Travis CI servers use virtualenvs, so we need to finish the install by the following
+  - python ~/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/pyside_postinstall.py -install
 script: py.test
 cache:
   directories:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list