Skip to content

Commit edadfbd

Browse files
committed
Merge pull request pyexcel#8 from jayvdb/rm-nose-cov
Remove unnecessary test dependency nose-cov
2 parents 76138e4 + 12279b8 commit edadfbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/test.sh.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip freeze
2-
nosetests --with-cov --cov pyexcel_{{nick_name}} --cov tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_{{nick_name}}
2+
nosetests --with-cov --cover-package pyexcel_{{nick_name}} --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_{{nick_name}}

templates/tests/requirements.txt.jj2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
nose
2-
nose-cov
32
codecov
43
coverage
54
{%block extras %}

0 commit comments

Comments
 (0)