Use tox for testing inside a container #1884

Closed
g1itch wants to merge 8 commits from ci-tox into v0.6
Showing only changes of commit e43ed6f6d3 - Show all commits

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
docker build -t pybm-test -f packages/docker/Dockerfile.bionic . docker build -t pybm-test -f packages/docker/Dockerfile.bionic .
docker run pybm-test docker run --rm pybm-test