Skip to content

Commit f8ef9f3

Browse files
author
Jonathan Kamens
committed
Add "--exists-action w" to pip invocations
1 parent 78899eb commit f8ef9f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ test:
2424
nosetests tests/
2525

2626
requirements:
27-
pip install -r etc/requirements_dev.txt
28-
pip install -r etc/requirements.txt
27+
pip install --exists-action w -r etc/requirements_dev.txt
28+
pip install --exists-action w -r etc/requirements.txt
2929
ifeq ($(shell python -c 'import sys;print(sys.version_info.major)'),2)
30-
pip install -r etc/requirements_gevent.txt
30+
pip install --exists-action w -r etc/requirements_gevent.txt
3131
endif

0 commit comments

Comments
 (0)