Commit 23d036cb authored by Timo Stark's avatar Timo Stark
Browse files

Formatting

parent c0a43f48
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
To run tests use supplied Dockerfile.test:

docker build -f Dockerfile.test -t my-tag
```shell
docker build -t my-tag -f Dockerfile.test .
```

If you desire to use a container with Python3, you can supply an appropriate
build argument:

```shell
docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 .
docker run my-tag
```

To run without Docker: