Merge pull request #2314 from alex/travis-caching

enable travis caching
This commit is contained in:
Takeshi KOMIYA 2016-02-14 01:24:04 +09:00
commit ee3306796b

View File

@ -1,5 +1,8 @@
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
python:
- "2.6"
- "2.7"
@ -11,6 +14,7 @@ env:
- DOCUTILS=0.11
- DOCUTILS=0.12
install:
- pip install -U pip
- pip install docutils==$DOCUTILS
- pip install -r test-reqs.txt
before_script: flake8