🤝 synch with pyexcel-mobans

This commit is contained in:
chfw 2020-06-12 23:28:29 +01:00
parent 7b52ebc0ef
commit d739ae7886
6 changed files with 16 additions and 14 deletions

View File

@ -1,9 +1,7 @@
{% extends "travis.yml.jj2" %}
{%block extra_matrix %}
matrix:
include:
- python: 3.6
env: MINREQ=1
env:
- MINREQ=1
{%endblock%}
{%block custom_python_versions%}
python:
@ -12,4 +10,4 @@ python:
- 3.6
{%endblock%}
{%block pypi_deployment%}
{%endblock %}
{%endblock %}

View File

@ -8,4 +8,3 @@ targets:
- .travis.yml: custom_travis.yml.jj2
- .gitignore: gitignore.jj2
- MANIFEST.in: MANIFEST.in.jj2
- "tests/requirements.txt": "tests/requirements.txt"

View File

@ -7,10 +7,8 @@ python:
- 3.8
- 3.7
- 3.6
matrix:
include:
- python: 3.6
env: MINREQ=1
env:
- MINREQ=1
stages:
- lint

View File

@ -1,2 +1,3 @@
pip install flake8
flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long
flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long
python setup.py checkdocs

View File

@ -9,6 +9,10 @@ file_type: ods
dependencies:
- pyexcel-io>=0.5.16
- odfpy>=1.3.5
test_dependencies:
- pyexcel
- psutil
- pyexcel-xls
description: A wrapper library to read, manipulate and write data in ods format
python_requires: ">=3.6"
min_python_version: "3.6"

View File

@ -3,9 +3,11 @@ mock;python_version<"3"
codecov
coverage
flake8
black
isort
collective.checkdocs
pygments
moban
black;python_version>="3.6"
isort;python_version>="3.6"
psutil
pyexcel
psutil
pyexcel-xls