Commit 03a9604b by Clinton Blackburn

Removed quiet flag for pip installs

If something goes wrong with a pip installation, we should know about it.
parent b4fdee94
......@@ -39,10 +39,10 @@ clean: clean_static
coverage erase
requirements:
pip install -qr requirements/local.txt --exists-action w
pip install -r requirements/local.txt --exists-action w
production-requirements:
pip install -qr requirements.txt --exists-action w
pip install -r requirements.txt --exists-action w
test: clean
coverage run ./manage.py test course_discovery --settings=course_discovery.settings.test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment