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

Commit

Permalink
Cache pip dependencies
Browse files Browse the repository at this point in the history
Closes #123
  • Loading branch information
brettcannon committed Jun 18, 2016
1 parent 6415096 commit 4f7f1fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,11 +1,15 @@
language: python

sudo: false
cache: pip

python:
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"

install:
- pip install tox-travis
script:
Expand Down

0 comments on commit 4f7f1fe

Please sign in to comment.