dumb-init/ci/docker-python-test

13 lines
219 B
Text
Raw Normal View History

2016-07-02 21:36:30 +03:00
#!/bin/bash -eux
2021-10-07 21:19:38 +03:00
set -euo pipefail
2016-07-02 21:36:30 +03:00
2021-10-07 21:19:38 +03:00
cd /mnt
2016-07-02 21:36:30 +03:00
python3 setup.py clean
python3 setup.py sdist
pip3 install -vv dist/*.tar.gz
pip3 install -r requirements-dev.txt
2021-10-07 21:19:38 +03:00
pytest-3 -vv tests/
2016-07-02 21:36:30 +03:00
exec dumb-init /mnt/tests/test-zombies