[Pkg-bitcoin-commits] [python-quamash] 40/269: Fix Travis config

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 0923cddb43a13996189f3a336e46195cac1c6327
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Wed Jul 2 09:40:01 2014 +0200

    Fix Travis config
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0cbbf10..c74a015 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +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 -U 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