scikit-learn/build_tools/travis/test_docs.sh

9 lines
157 B
Bash
Executable File

#!/bin/bash
set -e
if [[ $TRAVIS_CPU_ARCH != arm64 ]]; then
# Faster run of the documentation tests
PYTEST="pytest -n $CPU_COUNT" make test-doc
fi