dumb-init/ci/docker-tox-test
2019-07-15 13:23:51 -07:00

13 lines
155 B
Bash
Executable file

#!/bin/bash -eux
set -o pipefail
. /mnt/ci/docker
apt-get update
apt-get install -y --no-install-recommends \
git \
python3.7-dev \
tox
tox