Skip to content

Commit

Permalink
Add AppVeyor/TravisCI cache / Specify AppVeyor image explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Apr 15, 2018
1 parent 38cff72 commit 00de17c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
version: "{branch}.{build}"
image:
- "Visual Studio 2015"
environment:
PATH: "C:\\msys64\\usr\\bin;%PATH%"
matrix:
- APPVEYOR_BITS: 32
- APPVEYOR_BITS: 64
cache:
- '%LOCALAPPDATA%\pip\Cache'
init:
- git config --global core.autocrlf true
install:
Expand Down
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ dist: trusty
os:
- linux
- osx
cache:
directories:
- "$HOME/.cache/pip"
- "$HOME/Library/Caches/pip"
- "$HOME/Library/Caches/Homebrew"
install:
- ./install.sh
script:
Expand Down

0 comments on commit 00de17c

Please sign in to comment.