[Pkg-bitcoin-commits] [python-quamash] 44/269: Build PySide through pip 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 699737356ab59d6c94568bb468bb7d285854c680
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Thu Jul 3 15:03:52 2014 +0200

    Build PySide through pip on Travis
---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9ae6a69..51c4c14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,8 @@
 language: python
 python:
   - "3.4"
-virtualenv:
-  system_site_packages: true
 before_install:
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
-install: "travis-retry sudo apt-get install python3-pyside"
+install: "pip install 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