Skip to content

Commit 18b34ad

Browse files
author
Graham Higgins
committed
Wrestling with Hudson over coverage reports.
1 parent e467ea9 commit 18b34ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
[tox]
22
envlist =
3-
py26,py27,cover#,pypy,jython,
3+
py26,py27#,cover,pypy,jython,
44

55
[testenv]
66
commands =
77
nosetests -q --where=./ --with-xunit \
8-
--with-doctest --doctest-extension=.doctest --doctest-tests
8+
--with-doctest --doctest-extension=.doctest --doctest-tests \
9+
--with-coverage --cover-html --cover-html-dir=./coverage \
10+
--cover-package=rdflib --cover-inclusive
911
deps =
1012
nose
13+
coverage
14+
# Need to move coverage execution here because of Hudson limitation (I'm guessing)
1115

1216
[testenv:jython]
1317
commands =

0 commit comments

Comments
 (0)