Skip to content

Commit

Permalink
Simplify Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Jan 21, 2014
1 parent 4995896 commit f0a9935
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"

env:
- DJANGO="django<1.5" # 1.4.x
- DJANGO="django<1.6" # 1.5.x
- DJANGO="django<1.7" # 1.6.x
- DJANGO="git+git://github.com/django/django.git@master#egg=django"

# command to install dependencies
Expand All @@ -28,14 +26,3 @@ after_success:
- coverage report --include=djangobars/*
- pip install --quiet python-coveralls
- coveralls

matrix:
exclude:
- python: "3.2"
env: DJANGO="django<1.4"
- python: "3.3"
env: DJANGO="django<1.4"
- python: "3.2"
env: DJANGO="django<1.5"
- python: "3.3"
env: DJANGO="django<1.5"

0 comments on commit f0a9935

Please sign in to comment.