[Pkg-mpd-commits] [python-mpd] 20/91: Fix tox.ini
Simon McVittie
smcv at debian.org
Sat Feb 24 14:55:28 UTC 2018
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository python-mpd.
commit a87a419048de4d61ec29a2baf89b38d1f760938c
Author: Robert Niederreiter <office at squarewave.at>
Date: Mon Sep 12 11:56:17 2016 +0200
Fix tox.ini
---
tox.ini | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini
index 94666aa..28d12b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,8 +4,9 @@ envlist = py26,py27,py32,py33,py34,py35,pypy
[testenv]
deps = mock
coverage
+ Twisted
commands = coverage erase
- coverage run mpd/tests.py
+ coverage run -m unittest mpd.tests
coverage report
coverage html -d coverage_html/{envname}
@@ -13,7 +14,8 @@ commands = coverage erase
deps = mock
unittest2
coverage
+ Twisted
commands = coverage erase
- coverage run mpd/tests.py
+ coverage run -m unittest mpd.tests
coverage report
coverage html -d coverage_html/{envname}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git
More information about the Pkg-mpd-commits
mailing list