aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f76579d..385e551 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -5,7 +5,14 @@ jobs:
# This is the last version using macOS 10.12, which has Python 2.6
xcode: 9.2.0
steps:
+ - restore_cache:
+ keys:
+ - homebrew
- run: brew update
+ - save_cache:
+ key: homebrew
+ paths:
+ - /usr/local/Homebrew
- run: brew upgrade python
- run: brew install pypy
- checkout