Updated Travis to include Python 3.6 and Django 3

master
Brandon Taylor 2019-12-28 08:45:49 -05:00
parent 99bf2fb5f2
commit c9f486c955
1 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
@ -11,6 +12,7 @@ env:
- DJANGO_VERSION=1.8.7 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=1.9 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=1.10 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
branches:
only:
@ -18,6 +20,9 @@ branches:
matrix:
exclude:
-
python: "2.7"
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
-
python: "3.4"
@ -31,6 +36,14 @@ matrix:
python: "3.5"
env: DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
-
python: "3.6"
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
-
python: "3.6"
env: DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
install:
- pip install django==$DJANGO_VERSION