diff options
Diffstat (limited to 'test/README')
| -rw-r--r-- | test/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/README b/test/README new file mode 100644 index 0000000..12d4e4f --- /dev/null +++ b/test/README @@ -0,0 +1,10 @@ +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 + |
