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
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif
#################################################################################

## Install Python Dependencies
requirements: test_environment
requirements:
$(PYTHON_INTERPRETER) -m pip install -U pip setuptools wheel
$(PYTHON_INTERPRETER) -m pip install -r requirements.txt

Expand All @@ -38,7 +38,3 @@ clean:
## Lint using flake8
lint:
flake8 --max-line-length=80 src

## Test python environment is setup correctly
test_environment:
$(PYTHON_INTERPRETER) test_environment.py