Skip to content

Commit

Permalink
Switch to 'usedevelop = true' FBO nose / coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 27, 2015
1 parent da17939 commit cedb7c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ commands =
python setup.py -q test -q

[testenv:coverage]
usedevelop = true
basepython =
python2.7
commands =
# The installed version messes up nose's test discovery / coverage reporting
# So, we uninstall that from the environment, and then install the editable
# version, before running nosetests.
pip uninstall -q -y zope.dottedname
pip install -q -e .
nosetests --with-xunit --with-xcoverage
deps =
nose
Expand Down

0 comments on commit cedb7c9

Please sign in to comment.