Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed May 12, 2016
1 parent ae8bfea commit b264e31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
global:
- DRF="djangorestframework==3.3.2"
- DRF="djangorestframework==3.3.3"
matrix:
- DJANGO="django==1.8"
- DJANGO="django==1.9.1"
- DJANGO="django==1.8.13"
- DJANGO="django==1.9.6"
install:
- pip install $DJANGO $DRF
script:
Expand Down

0 comments on commit b264e31

Please sign in to comment.