scikit-learn/build_tools/azure/test_docs.sh

12 lines
185 B
Bash
Executable File

#!/bin/bash
set -e
if [[ "$DISTRIB" =~ ^conda.* ]]; then
source activate $VIRTUALENV
elif [[ "$DISTRIB" == "ubuntu" ]]; then
source $VIRTUALENV/bin/activate
fi
make test-doc