core/script/bootstrap

11 lines
212 B
Plaintext
Raw Normal View History

2015-09-17 07:38:52 +00:00
#!/bin/sh
# Resolve all dependencies that the application requires to run.
2015-09-17 07:38:52 +00:00
# Stop on errors
set -e
2015-09-17 07:38:52 +00:00
cd "$(dirname "$0")/.."
echo "Installing test dependencies..."
2019-07-30 23:59:12 +00:00
python3 -m pip install tox colorlog pre-commit