Commit cd114fd0 authored by rusty1s's avatar rusty1s
Browse files

cache

parent 07f29d18
......@@ -15,13 +15,15 @@ jobs:
- CXX=g++-5
- os: osx
language: sh
addons:
homebrew:
packages: python3
before_cache:
- brew cleanup
cache:
directories:
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew
addons:
homebrew:
packages: python3
before_install:
- python3 -m pip install --upgrade virtualenv
- 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