Allow passing options to pip install

This commit is contained in:
Luis Bosque 2016-06-16 16:56:16 +02:00
parent 237aa1c581
commit 3480a0d252

View File

@ -14,4 +14,4 @@ release: ../../release/$(EXTENSION).control $(SOURCES_DATA)
$(SED) -i -r 's/version='"'"'[0-9]+\.[0-9]+\.[0-9]+'"'"'/version='"'"'$(EXTVERSION)'"'"'/g' ../../release/python/$(EXTVERSION)/$(PACKAGE)/setup.py
deploy:
pip install --upgrade ../../release/python/$(RELEASE_VERSION)/$(PACKAGE)
pip install $(RUN_OPTIONS) --upgrade ../../release/python/$(RELEASE_VERSION)/$(PACKAGE)