8000 :sparkles: use inherited mobanfile. https://github.com/moremoban/moba… · pyexcel/pyexcel-io@6435179 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 6435179

Browse files
committed
✨ use inherited mobanfile. moremoban/moban#348
1 parent 24a5f35 commit 6435179

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.moban.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
1+
overrides: "git://github.com/pyexcel/pyexcel-mobans!/mobanfile.yaml"
12
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"
83
configuration: pyexcel-io.yml
94
targets:
105
- "docs/source/conf.py": "docs/conf.py_t"
116
- setup.py: io_setup.py.jj2
127
- .travis.yml: travis.yml.jj2
13-
- requirements.txt: requirements.txt.jj2
148
- "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
189
- README.rst: io_readme.rst.jj2
1910
- "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

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
#/bin/bash
12
pip freeze
23
nosetests --with-coverage --cover-package pyexcel_io --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source pyexcel_io

0 commit comments

Comments
 (0)
0