Skip to content

Commit

Permalink
Try to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jul 5, 2017
1 parent 8ac2442 commit a458241
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 @@ -5,7 +5,7 @@ all: install lint check check-outdated

install:
test -d $(VENV) || virtualenv $(VENV) -p $(PYTHON_VERSION)
$(PIP) install --upgrade --no-cache pip setuptools -e .[test] devcore
$(PIP) install --upgrade --no-cache --no-use-wheel pip setuptools -e .[test] devcore

clean:
rm -fr $(VENV)
Expand Down

0 comments on commit a458241

Please sign in to comment.