Skip to content

Commit

Permalink
pass PYTHON_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Feb 1, 2021
1 parent a8f3490 commit ca74146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ shell-%:
$(RUNNER) '$(SHELL_COMMAND)'

test-%:
$(RUNNER) '$(TEST_ENV) $(TEST_COMMAND)'
PYTHON_VERSION=$* $(RUNNER) '$(TEST_ENV) $(TEST_COMMAND)'

mock-test-%: clean-stores
@$(MAKE) -C mock_connect image up
Expand Down

0 comments on commit ca74146

Please sign in to comment.