Skip to content

Commit 2c90251

Browse files
committed
Merge pull request pyexcel#10 from jayvdb/test.sh-no-nick
Support main project where nick=name
2 parents edadfbd + 957dc5e commit 2c90251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/test.sh.jj2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
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}}
2+
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

Comments
 (0)