mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Exclude Python 3.3 and Django 1.9 from Travis matrix, because of Django 1.8 is the last version with Python 3.3 support.
https://docs.djangoproject.com/en/1.9/releases/1.9/#python-compatibility
This commit is contained in:
parent
4b8852204d
commit
16e4e4d9c6
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ matrix:
|
|||
env: DJANGO=Django==1.8.8
|
||||
- python: "2.6"
|
||||
env: DJANGO=Django==1.9.1
|
||||
- python: "3.3"
|
||||
env: DJANGO=Django==1.9.1
|
||||
- python: "3.5"
|
||||
env: DJANGO=Django==1.6.11
|
||||
- python: "3.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue