README 393 B

12345678910
  1. To run the tests across a selection of Ubuntu LTS versions:
  2. docker build -t "python_magic/xenial:latest" -f test/Dockerfile_xenial .
  3. docker build -t "python_magic/bionic:latest" -f test/Dockerfile_bionic .
  4. docker build -t "python_magic/focal:latest" -f test/Dockerfile_focal .
  5. docker run python_magic/xenial:latest
  6. docker run python_magic/bionic:latest
  7. docker run python_magic/focal:latest