Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 7, 2016
1 parent 1c5354b commit 8e203a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ python:
- "3.5"
env:
global:
- DRF="djangorestframework==3.5.1"
- DRF="djangorestframework==3.5.3"
matrix:
- DJANGO="django==1.8.15"
- DJANGO="django==1.9.10"
- DJANGO="django==1.10.2"
- DJANGO="django==1.10.2" LINT=1
- DJANGO="django==1.8.16"
- DJANGO="django==1.9.11"
- DJANGO="django==1.10.3"
- DJANGO="django==1.10.3" LINT=1
install:
- pip install $DJANGO
- pip install $DRF
Expand Down

0 comments on commit 8e203a3

Please sign in to comment.