File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change
1
+ overrides : " git://github.com/pyexcel/pyexcel-mobans!/mobanfile.yaml"
1
2
configuration :
2
- configuration_dir : " git://github.com/pyexcel/pyexcel-mobans!/config"
3
- template_dir :
4
- - " git://github.com/moremoban/pypi-mobans.git?branch=dev&submodule=true!/templates"
5
- - " git://github.com/pyexcel/pyexcel-mobans.git!/templates"
6
- - " git://github.com/pyexcel/pyexcel-mobans.git!/statics"
7
- - " .moban.d"
8
3
configuration : pyexcel-io.yml
9
4
targets :
10
5
- " docs/source/conf.py " : " docs/conf.py_t"
11
6
- setup.py : io_setup.py.jj2
12
7
- .travis.yml : travis.yml.jj2
13
- - requirements.txt : requirements.txt.jj2
14
8
- " tests/requirements.txt " : " tests/custom-requirements.txt.jj2"
15
- - LICENSE : NEW_BSD_LICENSE.jj2
16
- - test.sh : test.script.jj2
17
- - test.bat : test.script.jj2
18
9
- README.rst : io_readme.rst.jj2
19
10
- " docs/source/index.rst " : " docs/source/index.rst"
20
- - output : CHANGELOG.rst
21
- configuration : changelog.yml
22
- template : CHANGELOG.rst.jj2
23
- - lint.sh : lint.script.jj2
24
- - " .github/FUNDING.yml " : " FUNDING.yml"
25
- - " .github/PULL_REQUEST_TEMPLATE.md " : PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
1
+ # /bin/bash
1
2
pip freeze
2
3
nosetests --with-coverage --cover-package pyexcel_io --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source pyexcel_io
You can’t perform that action at this time.
0 commit comments