[Pkg-bitcoin-commits] [python-quamash] 169/269: ditch tox, just Travis ... anything for Travis

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 75d8d382a84499c392dcb4a61b42f19df8bed125
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Dec 14 05:44:59 2014 -0800

    ditch tox, just Travis ... anything for Travis
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a1a9e5d..dea06f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,10 @@ before_install:
   - "sh -e /etc/init.d/xvfb start"
 install:
   - sudo apt-get install libqt4-dev
-  - pip install wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl tox
+  - pip install wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl pytest
    # 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 -e py34-pyside,py34-flake8
+script: py.test
 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