Skip to content

Commit

Permalink
Merge eca879c into e1f3551
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Apr 5, 2016
2 parents e1f3551 + eca879c commit 7c8f5a1
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
Expand Up @@ -13,12 +13,8 @@ python:
env:
- DJANGO="django>=1.9,<1.10"
- DJANGO="django>=1.8,<1.9"
- DJANGO="django>=1.7,<1.8"

matrix:
exclude:
- python: "3.5"
env: DJANGO="django>=1.7,<1.8"


branches:
only:
Expand All @@ -28,7 +24,6 @@ branches:
install:
- pip install $DJANGO
- pip install -r requirements-test.txt
- if [ "$DJANGO" == "django>=1.7,<1.8" ]; then pip install django-filter==0.11.0; fi
- python setup.py -q develop

before_script:
Expand Down

0 comments on commit 7c8f5a1

Please sign in to comment.