Excluded Django 1.7.7 from Pyton 3.5 config

master
Brandon Taylor 2016-08-08 21:55:29 -04:00
parent 66e63a29c2
commit 0e4a5b11e4
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ matrix:
python: "3.5"
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
-
python: "3.5"
env: DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
install:
- pip install django==$DJANGO_VERSION