diff --git a/Makefile b/Makefile index 77036d2..8605811 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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