[Pkg-bitcoin-commits] [python-quamash] 165/269: less aggressive travis configuration

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:28 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 9f86bf11d0814d691e70f0f47b21d70bfe49b6e3
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Dec 14 04:52:23 2014 -0800

    less aggressive travis configuration
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b7bf036..0f1d3e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,11 +5,11 @@ before_install:
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
 install:
-  - sudo apt-get install libqt4-dev python3-pyqt5 python3-pyqt4
+  - sudo apt-get install libqt4-dev
   - pip install wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl
    # Travis CI servers use virtualenvs, so we need to finish the install by the following
   - python ~/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/pyside_postinstall.py -install
-script: tox
+script: tox -e py34-pyside,py34-flake8
 cache:
   directories:
     - /home/travis/virtualenv/python3.4.2/lib/python3.4/site-packages

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