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 Mar 9, 2015
1 parent 76d61e5 commit 6bfdac5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tox.ini
Expand Up @@ -7,14 +7,10 @@ commands =
python setup.py -q test -q

[testenv:coverage]
usedevelop = true
basepython =
python2.6
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 -y zope.i18nmessageid
pip install -e .
nosetests --with-xunit --with-xcoverage
deps =
nose
Expand Down

0 comments on commit 6bfdac5

Please sign in to comment.