Browse Source

Let's see if it's fixed

master
Florian Mounier 6 years ago
parent
commit
f5559b1c54
  1. 2
      Makefile

2
Makefile

@ -5,7 +5,7 @@ all: install lint check check-outdated
install: install:
test -d $(VENV) || virtualenv $(VENV) -p $(PYTHON_VERSION) test -d $(VENV) || virtualenv $(VENV) -p $(PYTHON_VERSION)
$(PIP) install --upgrade --upgrade-strategy eager --no-cache --no-binary :all: pip setuptools -e .[test,docs] devcore $(PIP) install --upgrade --upgrade-strategy eager pip setuptools -e .[test,docs] devcore
clean: clean:
rm -fr $(VENV) rm -fr $(VENV)

Loading…
Cancel
Save