Files
deb-python-dcos/bin/test.sh
2015-01-27 18:05:33 -08:00

10 lines
120 B
Bash
Executable File

#!/bin/bash -e
BASEDIR=`dirname $0`/..
cd $BASEDIR
source $BASEDIR/env/bin/activate
echo "Virtualenv activated."
tox