Skip to content

Commit

Permalink
[travis-ci] Removed python 3.3 to save build time
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 23, 2016
1 parent 353e579 commit 61427e4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@ services:

python:
- "2.7"
- "3.3"
- "3.4"

env:
- DJANGO="django>=1.10,<1.11"
- DJANGO="django>=1.9,<1.10"
- DJANGO="django>=1.8,<1.9"

matrix:
exclude:
- python: "3.3"
env: DJANGO="django>=1.9,<1.10"
- python: "3.3"
env: DJANGO="django>=1.10,<1.11"

branches:
only:
- master
Expand Down

0 comments on commit 61427e4

Please sign in to comment.