Skip to content

Commit

Permalink
Supporting Django 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alir3z4 committed Jun 12, 2018
1 parent 77ca35f commit 5cf0c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- "3.6"
env:
- DJANGO_VERSION=2.0.2
- DJANGO_VERSION=2.0.6
# command to install dependencies
install:
- "pip install -q -e ."
Expand Down
2 changes: 1 addition & 1 deletion demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==2.0.2
django==2.0.6
django-bootstrap3
Sphinx
django-debug-toolbar
Expand Down

0 comments on commit 5cf0c42

Please sign in to comment.