dumb-init/ci/docker-python-test
Chris Kuehl 2c80039ab6 Fix bitrot (remove pip upgrade)
We don't need this anymore now that we don't build on lucid.
2018-04-17 11:18:59 -07:00

13 lines
219 B
Bash
Executable file

#!/bin/bash -eux
set -o pipefail
. /mnt/ci/docker
python setup.py clean
python setup.py sdist
pip install -vv dist/*.tar.gz
pip install -r requirements-dev.txt
py.test tests/
exec dumb-init /mnt/tests/test-zombies \