[Pkg-bitcoin-commits] [python-quamash] 168/269: anything Travis, anything but the Meatloaf
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 464b9245d7edfdf5b33dc51ac51b478e82ec8e9f
Author: Mark Harviston <mark.harviston at gmail.com>
Date: Sun Dec 14 05:43:27 2014 -0800
anything Travis, anything but the Meatloaf
---
tox.ini | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/tox.ini b/tox.ini
index 3294bd6..937d576 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,28 +7,26 @@ toxworkdir={homedir}/quamash-tox-work
sitepackages=True
setenv=QUAMASH_QTIMPL=PyQt4
deps=pytest
+commands=py.test
[testenv:py34-pyqt5]
-commands=py.test
sitepackages=True
setenv=QUAMASH_QTIMPL=PyQt5
deps=pytest
+commands=py.test
[pytest]
addopts=--doctest-modules quamash quamash tests
[testenv:py34-pyside]
-sitepackages=False
-deps=
- pytest
- wheelhouse/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl
-commands=
- python {envbindir}/pyside_postinstall.py -install
- py.test
+sitepackages=True
+setenv=QUAMASH_QTIMPL=PySide
+deps=pytest
+commands=py.test
[testenv:py34-flake8]
-sitepackages=False
+sitepackages=True
deps=
flake8
pep8-naming
--
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