Skip to content

Commit

Permalink
remove py32 and py33, add drf3.3 to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brobin committed Feb 5, 2016
1 parent 47d805b commit 4be1ca1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO=1.7 DRF=3.1
- DJANGO=1.7 DRF=3.2
- DJANGO=1.8 DRF=3.1
- DJANGO=1.8 DRF=3.2
- DJANGO=1.9 DRF=3.1
- DJANGO=1.9 DRF=3.2
- DJANGO=1.9 DRF=3.3
matrix:
exclude:
- python: "3.5"
Expand Down

0 comments on commit 4be1ca1

Please sign in to comment.