get buildbot running

This commit is contained in:
Henning Peters 2015-12-13 13:08:06 +01:00
parent fd92ee3317
commit 8946b9633d

View File

@ -4,4 +4,5 @@ if [ ! -d ".build" ]; then
fi
. .build/bin/activate
pip install -U -r requirements.txt
pip install -U tox
python -m tox $@