Django 2.0 is the last version to support Python 3.4

This commit is contained in:
Manel Clos 2017-12-12 20:23:53 +01:00
parent 08588ea837
commit 62994a445e
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ matrix:
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
- python: "3.3"
env: DJANGO="Django>=2.0,<2.1"
- python: "3.4"
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
- python: "3.5"
env: DJANGO="Django>=1.6,<1.7"
- python: "3.5"