Skip to content

Commit

Permalink
add caching
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Sep 30, 2016
1 parent 78497a7 commit 608b43e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,28 @@ python:
- "2.7"
- "3.4"
- "3.5"

env:
- SPHINX="sphinx==1.2.3"
- SPHINX="sphinx"

matrix:
allow_failures:
- python: "3.5"

addons:
apt:
packages:
- ccache

cache:
pip: true
directories:
- $HOME/.ccache

before_install:
- ccache -s
- export PATH=/usr/lib/ccache:${PATH}
- pip install traits
- pip install $SPHINX
- pip install codecov
Expand Down

0 comments on commit 608b43e

Please sign in to comment.