Skip to content

Commit

Permalink
Fix travis Django upgrade by django-mptt, cache pip
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Dec 30, 2015
1 parent 02e27dd commit c175876
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,8 @@ python:
- "2.7"
- "2.6"
env:
- PACKAGES="django==1.5.8"
- PACKAGES="django==1.6.5"
- PACKAGES="django==1.5.8 django-mptt<0.7.0"
- PACKAGES="django==1.6.5 django-mptt<0.8.0"
- PACKAGES="django==1.7.1"
- PACKAGES="django==1.8"
matrix:
Expand All @@ -14,7 +14,9 @@ matrix:
env: PACKAGES="django==1.7.1"
- python: "2.6"
env: PACKAGES="django==1.8"
cache: pip
install:
- pip install -U pip wheel
- pip install -q $PACKAGES
- pip install -q -e .
script:
Expand Down

0 comments on commit c175876

Please sign in to comment.