We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30a540 commit 2d51edeCopy full SHA for 2d51ede
ci/submit_cython_cache.sh
@@ -2,7 +2,7 @@
2
3
CACHE_File="$HOME/.cache/cython_files.tar"
4
PYX_CACHE_DIR="$HOME/.cache/pyxfiles"
5
-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""`
6
7
rm -rf $CACHE_File
8
rm -rf $PYX_CACHE_DIR
0 commit comments