We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77518d8 commit fd54712Copy full SHA for fd54712
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 -o -name "*.pxi.in""`
+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