Merge pull request #6 from jayvdb/rm-nose-cov

Remove unnecessary test dependency nose-cov
This commit is contained in:
jaska 2016-05-10 12:24:07 +01:00
commit 73bab70caa
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