Merge pull request #61 from graingert/patch-4

cache pip correctly
This commit is contained in:
INADA Naoki
2015-11-26 17:02:12 +09:00

View File

@ -2,7 +2,9 @@ sudo: false
language: python language: python
python: "3.5" python: "3.5"
cache: pip cache:
directories:
- $HOME/.cache/pip
install: install:
- pip install tox - pip install tox