Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Add pip cache in travis conf #205

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: python
python:
- "2.7"
cache:
directories:
- $HOME/.cache/pip
services: mongodb
install:
- "pip install twill --allow-external twill --allow-unverified twill"
Expand Down