Skip to content

Commit

Permalink
Merge pull request #397 from ExCiteS/newer_django
Browse files Browse the repository at this point in the history
Use only Django 1.8.19
  • Loading branch information
JamesBradbury committed May 17, 2018
2 parents e92c742 + 585950b commit 94d3b37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -14,8 +14,7 @@ addons:
- postgresql-9.4-postgis-2.3

env:
- DJANGO='>=1.8,<1.9'
- DJANGO='>=1.9,<1.10'
- DJANGO='>=1.8.19,<1.9'

virtualenv:
system_site_packages: true
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,3 +1,3 @@
Django>=1.8,<1.9
Django>=1.8.19,<1.9
factory-boy==2.10.0
django-debug-toolbar==1.7
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
Django>=1.8,<1.9
Django>=1.8.19,<1.9
django-aggregate-if==0.5
django-allauth==0.33.0
django-braces==1.11.0
Expand Down

0 comments on commit 94d3b37

Please sign in to comment.