Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 11, 2018
1 parent a51fc54 commit 5be53b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ pytest := pipenv run py.test
pipenv_opts := --dev
pipenv_opts += $(and $(CI),--ignore-pipfile)

# submake config
pipenv_make := pipenv run $(MAKE) -f RunInVenv.makefile

tests ?= tests
test_opts ?=

Expand Down Expand Up @@ -76,8 +73,7 @@ local-install: wheel
$(pip) install --ignore-installed --no-deps dist/opentrons-*.whl

.PHONY: local-shell
local-shell:
${pipenv_make} local-install
local-shell: local-install
pipenv shell

.PHONY: push
Expand Down

0 comments on commit 5be53b5

Please sign in to comment.