Skip to content

Commit

Permalink
Remove the workaround for nose now that we don't use nose
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jul 19, 2017
1 parent 408ff44 commit 81589e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ deps =
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 -y ZConfig
pip install -e .[test]
coverage run setup.py -q test -q
coverage report -m
deps =
Expand Down

0 comments on commit 81589e7

Please sign in to comment.