Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ matrix:
os: osx
compiler: clang
osx_image: xcode6.4
cache: ccache
env:
- PYTHON_VERSION=3.5
- JOB_NAME: "35_osx"
Expand Down
2 changes: 1 addition & 1 deletion ci/submit_cython_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf $PYX_CACHE_DIR

home_dir=$(pwd)

mkdir $PYX_CACHE_DIR
mkdir -p $PYX_CACHE_DIR
rsync -Rv $pyx_file_list $PYX_CACHE_DIR

echo "pyx files:"
Expand Down