We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76138e4 + 12279b8 commit edadfbdCopy full SHA for edadfbd
templates/test.sh.jj2
@@ -1,2 +1,2 @@
1
pip freeze
2
-nosetests --with-cov --cov pyexcel_{{nick_name}} --cov tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_{{nick_name}}
+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
@@ -1,5 +1,4 @@
nose
-nose-cov
3
codecov
4
coverage
5
{%block extras %}
0 commit comments