Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Try travis caching issue workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jun 21, 2016
1 parent 0334cb7 commit 11ddb4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ requirements: virtualenv
@echo
. $(VIRTUALENV_DIR)/bin/activate && $(VIRTUALENV_DIR)/bin/pip install --upgrade pip
. $(VIRTUALENV_DIR)/bin/activate && $(VIRTUALENV_DIR)/bin/pip install --cache-dir $(HOME)/.pip-cache -q -r requirements-dev.txt
. $(VIRTUALENV_DIR)/bin/activate && $(VIRTUALENV_DIR)/bin/pip install --cache-dir $(HOME)/.pip-cache -q -r requirements-dev.txt
$(VIRTUALENV_DIR)/bin/pip install --upgrade --force-reinstall greenlet

.PHONY: virtualenv
virtualenv: $(VIRTUALENV_DIR)/bin/activate
Expand Down

0 comments on commit 11ddb4a

Please sign in to comment.