forked from pyecharts/snapshot-selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.moban.yml
22 lines (22 loc) · 819 Bytes
/
.moban.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
configuration:
configuration_dir: "git://github.com/pyecharts/pyecharts-mobans!/config"
template_dir:
- "git://github.com/moremoban/pypi-mobans?branch=dev&submodule=True!/templates"
- "git://github.com/pyecharts/pyecharts-mobans!/templates"
- ".moban.d"
configuration: snapshot-selenium.yml
targets:
- README.rst: CUSTOM_README.rst.jj2
- setup.py: pyecharts_setup.py.jj2
- requirements.txt: requirements.txt.jj2
- test.sh: test.script.jj2
- "snapshot_selenium/_version.py": "_version.py.jj2"
- .gitignore: pyecharts_gitignore.jj2
- .travis.yml: pyecharts_travis.yml.jj2
- Pipfile: Pipfile.jj2
- output: CHANGELOG.rst
template: CHANGELOG.rst.jj2
- lint.sh: lint.script.jj2
- Makefile: Makefile.jj2
- tests/requirements.txt: tests/requirements.txt.jj2
- format.sh: format.sh.jj2