Skip to content

Commit

Permalink
Speed up travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Dec 30, 2015
1 parent 3dada38 commit 2414829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 django-wysiwyg html5lib==1.0b8 Pillow==3.0
- pip install -q -e .
script:
Expand Down

0 comments on commit 2414829

Please sign in to comment.