Codebase list python-magic-ahupp / 9cef5fab-1de1-4642-8d0d-2406f6444108/upstream test
9cef5fab-1de1-4642-8d0d-2406f6444108/upstream

Tree @9cef5fab-1de1-4642-8d0d-2406f6444108/upstream (Download .tar.gz)

1
2
3
4
5
6
7
8
9
To run the tests across a selection of Ubuntu LTS versions:

docker build -t "python_magic/xenial:latest" -f test/Dockerfile_xenial .
docker build -t "python_magic/bionic:latest" -f test/Dockerfile_bionic .
docker build -t "python_magic/focal:latest" -f test/Dockerfile_focal .

docker run python_magic/xenial:latest
docker run python_magic/bionic:latest
docker run python_magic/focal:latest