Skip to content

Commit 61624dc

Browse files
committed
Temporary patch to help troubleshoot issue on travis
1 parent c864b8c commit 61624dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@ flake8: requirements .flake8
378378
@echo
379379
test -f $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate || $(PYTHON_VERSION) -m venv $(VIRTUALENV_ST2CLIENT_DIR) || virtualenv --python=$(PYTHON_VERSION) $(VIRTUALENV_ST2CLIENT_DIR) --no-download
380380

381+
test -f $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate
382+
ls -l $(VIRTUALENV_ST2CLIENT_DIR)
383+
381384
# Setup PYTHONPATH in bash activate script...
382385
# Delete existing entries (if any)
383386
sed -i '/_OLD_PYTHONPATHp/d' $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate

0 commit comments

Comments
 (0)