Skip to content
Snippets Groups Projects
unit_tests.sh 222 B
Newer Older
#!/usr/bin/env bash

thisdir=$(cd $(dirname $0) & pwd)

${thisdir}/create_dev_env.sh ./test.env

source activate ./test.env
export FSLDIR=$CONDA_PREFIX
source $FSLDIR/etc/fslconf/fsl.sh

pip install --no-deps -e .

pytest