summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-01-11 23:31:03 -0800
committerAdam Hupp <adam@hupp.org>2020-01-11 23:46:38 -0800
commit0cc14ee1dcd7e53efc74cb2e00df89e630b3d0c5 (patch)
treebbbab0bcd3140f635e59277ec6dd6a1e37473ad3 /test/README
parent18c909c4c98463d8292a7d1733aec007f178f1e5 (diff)
downloadpython-magic-0cc14ee1dcd7e53efc74cb2e00df89e630b3d0c5.tar.gz
Add dockerfiles for running tests on various Ubuntu LTS versions
Diffstat (limited to 'test/README')
-rw-r--r--test/README10
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
+