get buildbot running

This commit is contained in:
Henning Peters 2015-12-13 13:07:15 +01:00
parent 03c77550cb
commit fd92ee3317

View File

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