stacktach/run_tests_venv.sh
2013-08-07 14:56:29 +00:00

8 lines
234 B
Bash
Executable File

#!/bin/sh
virtualenv .venv
. .venv/bin/activate
pip install -r etc/pip-requires.txt
pip install -r etc/test-requires.txt
nosetests tests --exclude-dir=stacktach --with-coverage --cover-package=stacktach,worker,verifier --cover-erase