use our own local copy of virtualenv

on travis-ci `virtualenv` under Python 3.2 is a Python 2.7 version
This commit is contained in:
Hanno Schlichting 2012-09-19 10:30:42 +02:00
parent 3a5c7d59b9
commit 0cdb38186e
2 changed files with 2477 additions and 1 deletions

View File

@ -20,7 +20,8 @@ ZOOKEEPER_PATH ?= $(ZOOKEEPER)
all: build
$(PYTHON):
virtualenv --distribute .
python sw/virtualenv.py --distribute .
rm distribute-0.6.*.tar.gz
build: $(PYTHON)
$(INSTALL) -U -r requirements.txt

2475
sw/virtualenv.py Executable file

File diff suppressed because it is too large Load Diff