Ville Skyttä 2019-10-23 09:12:57 +03:00 committed by Paulus Schoutsen
parent 50e9a9df4f
commit c8b2860167
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ set -e
cd "$(dirname "$0")/.."
echo "Installing test dependencies..."
echo "Installing development dependencies..."
python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt)