-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ use inherited mobanfile. moremoban/moban#348
- Loading branch information
Showing
11 changed files
with
77 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,17 @@ | ||
requires: | ||
- type: git | ||
url: https://github.com/moremoban/pypi-mobans | ||
submodule: true | ||
- https://github.com/pyexcel/pyexcel-mobans | ||
overrides: "git://github.com/pyexcel/pyexcel-mobans!/mobanfile.yaml" | ||
configuration: | ||
configuration_dir: "pyexcel-mobans:config" | ||
template_dir: | ||
- "pyexcel-mobans:templates" | ||
- "pypi-mobans:templates" | ||
- ".moban.d" | ||
configuration: pyexcel-xlsx.yml | ||
targets: | ||
- Pipfile: Pipfile.jj2 | ||
- README.rst: README.rst | ||
- setup.py: setup.py | ||
- "docs/source/conf.py": "docs/source/conf.py.jj2" | ||
- .travis.yml: travis.yml | ||
- requirements.txt: requirements.txt | ||
- LICENSE: NEW_BSD_LICENSE.jj2 | ||
- MANIFEST.in: MANIFEST.in.jj2 | ||
- .gitignore: gitignore.jj2 | ||
- test.sh: test.script.jj2 | ||
- test.bat: test.script.jj2 | ||
- "tests/requirements.txt": "tests/requirements.txt" | ||
- "tests/test_filter.py": "tests/test_filter.py.jj2" | ||
- "tests/test_formatters.py": "tests/test_formatters.py" | ||
- "tests/test_stringio.py": "tests/test_stringio.py.jj2" | ||
- "tests/test_writer.py": "tests/test_writer.py.jj2" | ||
- "tests/base.py": "tests/base.py" | ||
- output: CHANGELOG.rst | ||
configuration: changelog.yml | ||
template: CHANGELOG.rst.jj2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,5 @@ | ||
sudo: false | ||
dist: xenial | ||
language: python | ||
notifications: | ||
email: false | ||
python: | ||
- &pypy2 pypy2.7-6.0 | ||
- &pypy3 pypy3.5-6.0 | ||
- 3.8-dev | ||
- 3.7 | ||
- 3.6 | ||
- 3.5 | ||
- 2.7 | ||
before_install: | ||
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi | ||
{% extends "travis.yml.jj2" %} | ||
|
||
{%block custom_install %} - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi | ||
- pip install --upgrade pip>8 setuptools>21 | ||
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi | ||
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then | ||
mv min_requirements.txt requirements.txt ; | ||
fi | ||
- test ! -f rnd_requirements.txt || pip install --no-deps -r rnd_requirements.txt | ||
- test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ; | ||
- pip install -r tests/requirements.txt | ||
script: | ||
- make test | ||
after_success: | ||
codecov | ||
{%endblock%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.