Loading build-and-test-py-project.sh +3 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,9 @@ TESTABLES="" if [ -d test ]; then cd test if ! [ -f .not-actually-ci-tests ]; then TESTABLES="$TESTABLES ." fi if [ -z "$NO_DOCTESTS" ]; then RST_FILES=(../doc/*.rst) Loading Loading
build-and-test-py-project.sh +3 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,9 @@ TESTABLES="" if [ -d test ]; then cd test if ! [ -f .not-actually-ci-tests ]; then TESTABLES="$TESTABLES ." fi if [ -z "$NO_DOCTESTS" ]; then RST_FILES=(../doc/*.rst) Loading