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 edadfbd + 957dc5e commit 2c90251Copy full SHA for 2c90251
templates/test.sh.jj2
@@ -1,2 +1,3 @@
1
pip freeze
2
-nosetests --with-cov --cover-package pyexcel_{{nick_name}} --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_{{nick_name}}
+nosetests --with-cov --cover-package pyexcel{% if name != nick_name %}_{{nick_name}}{%endif%} --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel{% if name != nick_name %}_{{nick_name}}
3
+{%endif%}
0 commit comments