[Pkg-bitcoin-commits] [python-quamash] 41/269: Try to install PySide via apt-get on Travis

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:14 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 440cdeff6a58d283635e33880c1c0cd114f9052c
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Wed Jul 2 20:01:35 2014 +0200

    Try to install PySide via apt-get on Travis
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c74a015..9ae6a69 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,10 @@
 language: python
 python:
   - "3.4"
+virtualenv:
+  system_site_packages: true
 before_install:
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
-install: "pip install -U pyside"
+install: "travis-retry sudo apt-get install python3-pyside"
 script: py.test -s

-- 
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