dumb-init/ci/docker-deb-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

11 lines
162 B
Bash
Executable file

#!/bin/bash -eux
set -o pipefail
. /mnt/ci/docker
dpkg -i dist/*.deb
pip install -r requirements-dev.txt
py.test tests/
exec dumb-init /mnt/tests/test-zombies