taskflow/tools/with_venv.sh
Joshua Harlow 7999de8de7 Begin adding testing functionality
Take the current run_tests.sh from glance and include
that as well as fill in the rest of the pieces needed
for those that use venv functionality. Start adding
memory tests.
2013-05-13 22:26:54 -07:00

6 lines
85 B
Bash
Executable File

#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@