diff --git a/C2-AgileDevelopmentwithAzure/azure_pipelines_exercise/starter_files/Makefile b/C2-AgileDevelopmentwithAzure/azure_pipelines_exercise/starter_files/Makefile index dc177f60..6080e726 100644 --- a/C2-AgileDevelopmentwithAzure/azure_pipelines_exercise/starter_files/Makefile +++ b/C2-AgileDevelopmentwithAzure/azure_pipelines_exercise/starter_files/Makefile @@ -4,7 +4,7 @@ setup: install: pip install --upgrade pip &&\ - pip install -r requirements.txt + pip install -r requirements.txt test: #python -m pytest -vv --cov=myrepolib tests/*.py @@ -15,4 +15,4 @@ lint: #hadolint Dockerfile #uncomment to explore linting Dockerfiles pylint --disable=R,C,W1203,bare-except --fail-under=6 app.py -all: install lint test \ No newline at end of file +all: install lint test