Skip to content

Commit 5cf0c42

Browse files
committed
Supporting Django 2.0.6
1 parent 77ca35f commit 5cf0c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python:
33
- "3.6"
44
env:
5-
- DJANGO_VERSION=2.0.2
5+
- DJANGO_VERSION=2.0.6
66
# command to install dependencies
77
install:
88
- "pip install -q -e ."

demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django==2.0.2
1+
django==2.0.6
22
django-bootstrap3
33
Sphinx
44
django-debug-toolbar

0 commit comments

Comments
 (0)