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

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:13 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 23c4ca38085f0c681177ca68b8687ae0982724aa
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Tue Jul 1 19:07:33 2014 +0200

    Fix Travis config
---
 .travis.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ccd3cc3..5dfc77d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
 language: python
 python:
   - "3.4"
-install: "pip install -U PySide"
-script: py.test -s
\ No newline at end of file
+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"
+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