Skip to content

Commit 92ad822

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent a3f2149 commit 92ad822

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ env:
1010
- DJANGO_VERSION=1.11.15
1111
- DJANGO_VERSION=2.0.8
1212
- DJANGO_VERSION=2.1
13-
- DJANGO_VERSION=3.1.2
1413
python:
1514
- 3.6
1615
- 3.7
1716

1817
stages:
1918
- lint
20-
- moban
2119
- test
2220

2321

@@ -30,16 +28,6 @@ stages:
3028
stage: lint
3129
script: make lint
3230

33-
.moban: &moban
34-
python: 3.6
35-
env:
36-
- MINREQ=0
37-
stage: moban
38-
install: pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
39-
script:
40-
- moban
41-
- git diff --exit-code
42-
4331
jobs:
4432
include:
4533
- *moban

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
================================================================================
33

4+
-
5+
--------------------------------------------------------------------------------
6+
7+
**Added**
8+
9+
#. Support for django 3.x.x
10+
#. Tested against django 3.x.x
11+
412
0.0.10 - 11.01.2018
513
--------------------------------------------------------------------------------
614

CONTRIBUTORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

3-
2 contributors
3+
3 contributors
44
================================================================================
55

66
In alphabetical order:
77

8+
* `Minh-Long Do <https://github.com/minhlongdo>`_
89
* `oon arfiandwi <https://github.com/oonid>`_
910
* `Utpal Brahma <https://github.com/thebrahma>`_

lint.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
pip install flake8
2-
3-
flake8 --exclude=.moban.d,docs,setup.py --ignore=F401,E402,W504,E226 --builtins=unicode,xrange,long . && python setup.py checkdocs
4-
2+
flake8 --exclude=.moban.d,docs,setup.py --ignore=F401,E402 --builtins=unicode,xrange,long . && python setup.py checkdocs

0 commit comments

Comments
 (0)