Files
core/script/bootstrap
T

11 lines
201 B
Bash
Raw Normal View History

2015-09-17 00:38:52 -07:00
#!/bin/sh
# Resolve all dependencies that the application requires to run.
2015-09-17 00:38:52 -07:00
# Stop on errors
set -e
2015-09-17 00:38:52 -07:00
2015-09-17 00:35:26 -07:00
cd "$(dirname "$0")/.."
2017-10-24 19:36:27 -07:00
echo "Installing test dependencies..."
python3 -m pip install tox colorlog