Skip to content

Commit 75fc36c

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent aaacfa4 commit 75fc36c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.moban.hashes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"README.rst": "st\u00cf'\u00dbX\u00f3\u00e6\u0004\u00c4\u0083\u00b4\u00c0\u00fbV]", "setup.py": "\u00a5\u009c~h\u00a9\u00bc\u000b\u00f6\u000b\u00d5\u00bd\u00f9\u009cb\u00c4\u00e0", ".travis.yml": "P\u00a1\u00ee\u00ba'\u00d3\u0015ZL\u00d2\u007frt\u0089:[", "docs/source/index.rst": "\u00f2\u00171\u00f2\u00cc\u00f1\u00c2\u009fs\u00f1\u0012\u00d3\u001cLh/", "tests/requirements.txt": "\r\u00fd+\u00f2tw\u0087\u00cc\u00c4\u00bc@\u00ea\u00df\u00a1\u000f\u00d8", "requirements.txt": "\u00ef\u00a4!\u0015\u0014\u0097@\u00bf\u00ddz\u00aas\u00ea\u00f1Y\u00b9", "test.sh": "4b|o+P\u00d1c`\u00f1\u00e5\u00d4i\u009e\u00031", "test.bat": "\u00bc\u00052\u009dY\u000e;\u00e7\u00ca6\u0005\u00fa\u00d0\u0097X\u00b4", "LICENSE": "\u009f\u00c3\"z7g\u009a\u00c28:\u0081\u00c28~\u0095\u00a0", "lint.sh": "\u00bd\u00dc\u00c7\u0099\u00e2\u00a8/\u00b9\u001a\u0003v:[J\u00de\u00bd", ".github/PULL_REQUEST_TEMPLATE.md": "\u00ae\u00f6m\u008b\u00d0X\u00cex\u00f3b\u00ba\u00c4\u0092s\u00caK", "Makefile": "eZ[\u009d4\u00ca%,\u00c8\u00e1\u0013h\u00a9zm\r", "format.sh": "\u00a5;k\u009c\u00ca\u00cc\u00be\u009d=\u0090\u00dd\u00c6\u0002q,f", "CONTRIBUTORS.rst": "\u00bb\u00b9\u0005\u00eco%\u00b6\u00ed+U\u0089W\\\u00df\u0019\u00cd", "CHANGELOG.rst": "pL\u0093?\u00bc\u00eb\u0089@q\u00a4\u00b8M\u0006\u00b5\u0006\u00f7", "MANIFEST.in": "]V\u0094+\u0016N\u001f\u0004\u00f9\u00e5\u00b8\u0087\u00caJc\u00d9", ".github/FUNDING.yml": "Y=\u00cbH[\u0095\u00ce\u008bW\u00008T\u00da\u00cfvR", ".github/workflows/pythonpublish.yml": "\u0081\u00b8\u00c8&\u008c\\\u0090\u00d6\u00e8\u00d4\u00b7F\u00bfZ\u00a7\u0002", ".github/workflows/moban-update.yml": "\u0084+?\u00dah\u00fdD\u00b4p?\u00b9\u00b3\u0099>\u008f\u00a3"}

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@ env:
1313
- DJANGO_VERSION=2.0.8
1414
- DJANGO_VERSION=2.1
1515
python:
16+
- 2.7
17+
- 3.5
1618
- 3.6
1719
- 3.7
1820
matrix:
1921
exclude:
22+
- python: 2.7
23+
env: DJANGO_VERSION=2.0.8
24+
- python: 2.7
25+
env: DJANGO_VERSION=2.1
26+
- python: 3.5
27+
env: DJANGO_VERSION=1.6.11
28+
- python: 3.5
29+
env: DJANGO_VERSION=1.7.11
30+
- python: 3.5
31+
env: DJANGO_VERSION=1.8.18
32+
- python: 3.5
33+
env: DJANGO_VERSION=1.11.9
2034
- python: 3.6
2135
env: DJANGO_VERSION=1.6.11
2236
- python: 3.6

format.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
isort $(find django_excel -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
2+
black -l 79 django_excel
3+
black -l 79 tests

0 commit comments

Comments
 (0)