Skip to content

Commit

Permalink
Remove Django trunk from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed May 1, 2013
1 parent dfa74db commit f5d5836
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ python:
env:
- DJANGO=Django==1.4.2
- DJANGO=Django==1.5.0
- DJANGO=https://github.com/django/django/tarball/master

install:
- pip install --use-mirrors $DJANGO
Expand All @@ -18,12 +17,8 @@ script: coverage run -a --branch --include="email_log/*" --omit="email_log/tests
matrix:
include:
- python: 3.2
env: DJANGO=Django==1.5.1
- python: 3.2
env: DJANGO=https://github.com/django/django/tarball/master
- python: 3.3
env: DJANGO=Django==1.5.1
env: DJANGO=Django==1.5.0
- python: 3.3
env: DJANGO=https://github.com/django/django/tarball/master
env: DJANGO=Django==1.5.0

after_success: coveralls

0 comments on commit f5d5836

Please sign in to comment.