mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Print commands in bash script
This commit is contained in:
parent
d4d1f0c43d
commit
f7bba44015
|
@ -4,6 +4,7 @@
|
|||
# sh tests/test_bare.sh
|
||||
|
||||
set -o errexit
|
||||
set -x
|
||||
|
||||
# Install modern pip to use new resolver:
|
||||
# https://blog.python.org/2020/07/upgrade-pip-20-2-changes-20-3.html
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
# sh tests/test_docker.sh
|
||||
|
||||
set -o errexit
|
||||
set -x
|
||||
|
||||
# install test requirements
|
||||
pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user