Commit cd114fd0 authored by rusty1s's avatar rusty1s
Browse files

cache

parent 07f29d18
...@@ -15,13 +15,15 @@ jobs: ...@@ -15,13 +15,15 @@ jobs:
- CXX=g++-5 - CXX=g++-5
- os: osx - os: osx
language: sh language: sh
addons: before_cache:
homebrew: - brew cleanup
packages: python3
cache: cache:
directories: directories:
- $HOME/Library/Caches/Homebrew - $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew - /usr/local/Homebrew
addons:
homebrew:
packages: python3
before_install: before_install:
- python3 -m pip install --upgrade virtualenv - python3 -m pip install --upgrade virtualenv
- virtualenv -p python3 --system-site-packages "$HOME/venv" - virtualenv -p python3 --system-site-packages "$HOME/venv"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment