Skip to content

Commit 89c4d7b

Browse files
author
Matthew Egan
committed
update flake8 config and add django 2 to travis matrix
1 parent ed7399d commit 89c4d7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
- DJANGO_VERSION=1.9
99
- DJANGO_VERSION=1.10
1010
- DJANGO_VERSION=1.11
11+
- DJANGO_VERSION=2.0
1112

1213
install:
1314
- pip install -r requirements.txt

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[flake8]
2-
max-line-length=79
2+
max-line-length=120
33
exclude=migrations

0 commit comments

Comments
 (0)