[Pkg-bitcoin-commits] [python-quamash] 167/269: I'll do anything you want Travis... except whatever it is Meat Loaf won't do.

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 d0efc9259f1129c3baa8c61ed8f8a57897fd2377
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Dec 14 05:38:18 2014 -0800

    I'll do anything you want Travis... except whatever it is Meat Loaf won't do.
---
 tox.ini | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/tox.ini b/tox.ini
index 0596593..3294bd6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,6 @@
 envlist={py34}-{pyqt4,pyqt5,pyside,flake8}
 toxworkdir={homedir}/quamash-tox-work
 
-[testenv]
-commands=py.test-3.4
 
 [testenv:py34-pyqt4]
 sitepackages=True
@@ -11,11 +9,13 @@ setenv=QUAMASH_QTIMPL=PyQt4
 deps=pytest
 
 [testenv:py34-pyqt5]
+commands=py.test
 sitepackages=True
 setenv=QUAMASH_QTIMPL=PyQt5
 deps=pytest
 
 [pytest]
+
 addopts=--doctest-modules quamash quamash tests
 
 [testenv:py34-pyside]
@@ -23,6 +23,9 @@ sitepackages=False
 deps=
 	pytest
 	wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl
+commands=
+	python {envbindir}/pyside_postinstall.py -install
+	py.test
 
 [testenv:py34-flake8]
 sitepackages=False
@@ -32,7 +35,9 @@ deps=
 	flake8-debugger
 # flake8-docstrings - currently behaves badly in python 3 :-(
 	wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl
-commands=flake8
+commands=
+	python {envbindir}/pyside_postinstall.py -install
+	flake8
 
 [flake8]
 ignore=W191,E501

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