[Pkg-bitcoin-commits] [python-quamash] 147/269: don't compile PySide for every CI run, just use a precompiled wheel

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:25 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 6edc9f8e673763e4fa263d861070804ffa15ea80
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Dec 7 14:02:33 2014 -0800

    don't compile PySide for every CI run, just use a precompiled wheel
---
 .travis.yml                                         |   2 +-
 wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl | Bin 0 -> 13398014 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 89d9752..60d2aa5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,5 @@ python:
 before_install:
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
-install: "pip install pyside pytest-pep8 pytest-cov pytest-flakes"
+install: "pip install wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl pytest-pep8 pytest-cov pytest-flakes"
 script: py.test
diff --git a/wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl b/wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl
new file mode 100644
index 0000000..9f6c3fc
Binary files /dev/null and b/wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl differ

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