diff --git a/run_tests b/run_tests index f8a619e..385c53b 100755 --- a/run_tests +++ b/run_tests @@ -1,4 +1,8 @@ #!/bin/bash + +#reactivate python environment, if any (usefull in Travis) +source $VIRTUAL_ENV/bin/activate + coverage run --source bin.zfs_autobackup -m unittest -v $@ EXIT=$?