Remove coverage

This commit is contained in:
Donald Stufft 2015-08-01 20:48:25 -04:00
parent 410a9a98b4
commit d2092a4574
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,7 @@ if [[ $VENDOR = "no" ]]; then
fi
# Run the unit tests
tox -- -m unit --cov pip/ --cov-report xml $TOXARGS
tox -- -m unit $TOXARGS
# Run our integration tests
# Note: There is an issue with Python 3.2 where concurrent imports will corrupt

View File

@ -2,7 +2,6 @@ https://github.com/spulec/freezegun/archive/master.zip#egg=freezegun
pretend
pytest
pytest-capturelog
pytest-cov
pytest-timeout
pytest-xdist
mock<1.1