5 # Either Workspace is set (CI)
15 echo "Running unit tests..."
18 virtualenv $WORKSPACE/modules_venv
19 source $WORKSPACE/modules_venv/bin/activate
21 # install python packages
22 easy_install -U setuptools
24 pip install $WORKSPACE
28 nosetests --with-xunit \
29 --cover-package=opnfv \