Skip to content

Commit

Permalink
Remove django 1.8 testing
Browse files Browse the repository at this point in the history
Django 1.8 is out of LTS, and we're not using it anymore, so we can remove it here. https://www.djangoproject.com/download/
  • Loading branch information
nikolas committed Jan 17, 2019
1 parent aac8b79 commit 7ec016a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- '3.5'
- '3.6'
env:
- DJANGO="Django>=1.8.0,<1.9.0"
- DJANGO="Django>=1.11,<1.12.0"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=2.1,<2.2"
Expand Down

0 comments on commit 7ec016a

Please sign in to comment.