Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
add travis caching of virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Aug 26, 2014
1 parent fe995f3 commit 9794032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: python
python:
- "2.7"

cache:
directories:
- /home/travis/virtualenv

before_install:
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
Expand Down

0 comments on commit 9794032

Please sign in to comment.