adding pyexcel as test dependency

This commit is contained in:
chfw 2016-01-23 23:37:55 +00:00
parent 8307c5a229
commit 9711b9e1ba
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
{% extends 'tests/requirements.txt.jj2' %}
{%block extras %}
pyexcel
{%endblock%}

View File

@ -11,5 +11,5 @@ system("moban -cd {0} -td {1} .moban.d -t setup.py -o setup.py -c moban.yaml".fo
system("moban -cd {0} -td {1} .moban.d -t travis.yml -o .travis.yml -c moban.yaml".format(config_dir, template_dir))
system("moban -cd {0} -td .moban.d -t requirements.txt -o requirements.txt -c moban.yaml".format(config_dir))
system("moban -cd {0} -td {1} -t LICENSE.jj2 -o LICENSE -c moban.yaml".format(config_dir, template_dir))
system("moban -cd {0} -td {1} -t tests/requirements.txt.jj2 -o tests/requirements.txt -c moban.yaml".format(config_dir, template_dir))
system("moban -cd {0} -td {1} .moban.d -t tests/requirements.txt -o tests/requirements.txt -c moban.yaml".format(config_dir, template_dir))
system("moban -cd {0} -td {1} .moban.d -t MANIFEST.in.jj2 -o MANIFEST.in -c moban.yaml".format(config_dir, template_dir))

View File

@ -3,3 +3,4 @@ rednose
nose-cov
codecov
coverage
pyexcel