get buildbot running

This commit is contained in:
Henning Peters 2015-12-13 13:03:29 +01:00
parent 73674a4afb
commit 03c77550cb
1 changed files with 1 additions and 0 deletions

View File

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