We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e549d commit e170300Copy full SHA for e170300
ci/prep_cython_cache.sh
@@ -3,8 +3,8 @@
3
ls "$HOME/.cache/"
4
5
PYX_CACHE_DIR="$HOME/.cache/pyxfiles"
6
-pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx"`
7
-pyx_cache_file_list=`find ${PYX_CACHE_DIR} -name "*.pyx"`
+pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx" -o -name "*.pxd"`
+pyx_cache_file_list=`find ${PYX_CACHE_DIR} -name "*.pyx" -o -name "*.pxd"`
8
9
CACHE_File="$HOME/.cache/cython_files.tar"
10
ci/submit_cython_cache.sh
@@ -2,7 +2,7 @@
2
rm -rf $CACHE_File
rm -rf $PYX_CACHE_DIR
0 commit comments