Skip to content

Commit

Permalink
Adding support for django 1.9 and 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
omji committed Aug 9, 2016
1 parent 74f8ba4 commit 8a6fb8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ python:
- "2.7"
- "3.4"
env:
- DJANGO=1.5
- DJANGO=1.7
- DJANGO=1.8.3
- DJANGO=1.9
- DJANGO=1.10
install:
- pip install -q Django==$DJANGO
- pip install flake8
Expand Down

0 comments on commit 8a6fb8c

Please sign in to comment.