Skip to content

Commit

Permalink
update flake8 config and add django 2 to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Egan committed Mar 24, 2018
1 parent ed7399d commit 89c4d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.0

install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
max-line-length=79
max-line-length=120
exclude=migrations

0 comments on commit 89c4d7b

Please sign in to comment.