Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
all: install lint test