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:
Vladimir Bolshakov 2016-02-01 19:42:14 +03:00
parent 4b8852204d
commit 16e4e4d9c6

View file

@ -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"