Skip to content

Commit

Permalink
Travis: Removed python 2.5 from Travis tests, as this python
Browse files Browse the repository at this point in the history
version has been discontinued from Travis tests. See:
http://about.travis-ci.org/blog/2013-11-18-upcoming-build-environment-updates/
  • Loading branch information
darklow committed Nov 21, 2013
1 parent 796ee66 commit fd47967
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
Expand All @@ -10,7 +9,7 @@ env:
- DJANGO=1.4.0
- DJANGO=1.4.5
- DJANGO=1.5
- DJANGO=1.5.4
- DJANGO=1.5.5
before_install:
- export DJANGO_SETTINGS_MODULE=suit.tests.settings
install:
Expand All @@ -21,10 +20,6 @@ script:
matrix:
exclude:
# Django doesn't support following combinations
- python: 2.5
env: DJANGO=1.5
- python: 2.5
env: DJANGO=1.5.4
- python: 3.2
env: DJANGO=1.4.0
- python: 3.2
Expand Down

0 comments on commit fd47967

Please sign in to comment.