Remove unnecessary test dependency nose-cov

Sync after https://github.com/pyexcel/pyexcel-commons/pull/8
This commit is contained in:
John Vandenberg 2016-05-10 15:10:46 +07:00
parent e45017021c
commit d19de8c682
3 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
pip freeze
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls
nosetests --with-cov --cover-package pyexcel_xls --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls

View File

@ -1,2 +1,2 @@
pip freeze
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls
nosetests --with-cov --cover-package pyexcel_xls --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls

View File

@ -1,5 +1,4 @@
nose
nose-cov
codecov
coverage
pyexcel