fmartingr.com/tests/run.sh
2016-12-19 15:42:34 +01:00

6 lines
153 B
Bash

#!/bin/bash
virtualenv -p python3 tests/venv
source tests/venv/bin/activate
pip install -r tests/requirements.txt
python -m unittest tests.tests_deploy