Fix makefile

This commit is contained in:
Matthew Honnibal 2020-08-30 20:14:52 +02:00
parent acdd7b9478
commit b69a0e332d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp
chmod a+rx $@ chmod a+rx $@
cp $@ dist/spacy.pex cp $@ dist/spacy.pex
dist/pytest.pex $(WHEELHOUSE)/pytest-*.whl dist/pytest.pex : $(WHEELHOUSE)/pytest-*.whl
$(VENV)/bin/pex -f $(WHEELHOUSE) --no-index --disable-cache -m pytest -o $@ pytest pytest-timeout mock $(VENV)/bin/pex -f $(WHEELHOUSE) --no-index --disable-cache -m pytest -o $@ pytest pytest-timeout mock
chmod a+rx $@ chmod a+rx $@