Skip to content

Commit

Permalink
CI: add .pxi.in to submit caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jan 19, 2017
1 parent a30a540 commit 2d51ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/submit_cython_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CACHE_File="$HOME/.cache/cython_files.tar"
PYX_CACHE_DIR="$HOME/.cache/pyxfiles"
pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx" -o -name "*.pxd"`
pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx" -o -name "*.pxd -o -name "*.pxi.in""`

rm -rf $CACHE_File
rm -rf $PYX_CACHE_DIR
Expand Down

0 comments on commit 2d51ede

Please sign in to comment.