Browse Source

Try to fix the build

pull/375/merge
Florian Mounier 7 years ago
parent
commit
a458241061
  1. 2
      Makefile

2
Makefile

@ -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)

Loading…
Cancel
Save