Skip to content

Commit

Permalink
Update Django version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-o-silva committed Jun 3, 2018
1 parent e36b5bb commit 88c2a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,11 +13,11 @@ env:
- DJANGO="django==1.9.13"
- DJANGO="django==1.10.8"
- DJANGO="django==1.11.9"
- DJANGO="django==2.0.4"
- DJANGO="django==2.0.6"
matrix:
exclude:
- python: "2.7"
env: DJANGO="django==2.0.4"
env: DJANGO="django==2.0.6"
install:
- pip install Pillow
- pip install $DJANGO
Expand Down
2 changes: 1 addition & 1 deletion demo_and_tests/requirements.txt
@@ -1,4 +1,4 @@
Django==2.0.4
Django==2.0.6
django-formtools>=1.0
django-nose>=1.4
Pillow==5.1.0

0 comments on commit 88c2a21

Please sign in to comment.