Skip to content
Snippets Groups Projects
Commit 1f55a86a authored by Brad Nelson's avatar Brad Nelson
Browse files

try pip quiet

parent 471ed048
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ python:
- "3.6"
# command to install dependencies
install:
- pip install --progress-bar off -r requirements.txt
- pip install --quiet -r requirements.txt
- python setup.py install
# tests
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment