Skip to content

Commit

Permalink
Clean up travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Oct 19, 2014
1 parent 3064172 commit c5d2424
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,25 @@ python:
- 3.3

env:
- DJANGO=Django==1.4.13
- DJANGO=Django==1.5.8
- DJANGO=Django==1.6.5
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"

install:
- pip install coverage coveralls $DJANGO --use-mirrors
- pip install -U coverage coveralls $DJANGO

script: coverage run -a setup.py test

matrix:
exclude:
- python: 2.6
env: DJANGO=Django==1.6.5
env: DJANGO="Django>=1.6,<1.7"
- python: 2.6
env: DJANGO="Django>=1.7,<1.8"
- python: 3.2
env: DJANGO=Django==1.4.13
env: DJANGO="Django>=1.4,<1.5"
- python: 3.3
env: DJANGO=Django==1.4.13
env: DJANGO="Django>=1.4,<1.5"

include:
- python: 3.4
Expand Down

0 comments on commit c5d2424

Please sign in to comment.