Skip to content

Commit

Permalink
tune Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Mar 27, 2012
1 parent f4400eb commit 603d993
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Makefile
Expand Up @@ -14,11 +14,16 @@ DATA_FS = var/filestorage/Data.fs

all: instance

ifdef $TRAVIS_PYTHON_VERSION
develop-eggs: bootstrap.py
python bootstrap.py
else
bin/python:
virtualenv-2.6 --no-site-packages .
virtualenv-2.6 --no-site-packages .

develop-eggs: bin/python bootstrap.py
./bin/python bootstrap.py
endif

bin/buildout: develop-eggs

Expand All @@ -39,6 +44,6 @@ instance: bin/instance $(DATA_FS)
cleanall:
rm -fr bin develop-eggs downloads eggs parts .installed.cfg

test: bin/test
bin/test
test: bin/test
./bin/test

0 comments on commit 603d993

Please sign in to comment.