get buildbot running

This commit is contained in:
Henning Peters 2015-12-13 13:09:55 +01:00
parent 8946b9633d
commit 16da49024d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ ! -d ".build" ]; then
virtualenv --always-copy .build
virtualenv .build
fi
. .build/bin/activate
pip install -U -r requirements.txt