Skip to content

Commit

Permalink
Excluded Django 1.7.7 from Pyton 3.5 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Taylor authored and Brandon Taylor committed Aug 9, 2016
1 parent 66e63a2 commit 0e4a5b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e4a5b1

Please sign in to comment.