File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ unit-test-py3: build-py3
20
20
docker run docker-py3 py.test tests/test.py tests/utils_test.py
21
21
22
22
integration-test : build
23
- docker run -v /var/run/docker.sock:/var/run/docker.sock docker-py py.test -rxs tests/integration_test.py
23
+ docker run -v /var/run/docker.sock:/var/run/docker.sock docker-py py.test tests/integration_test.py
24
24
25
25
integration-test-py3 : build-py3
26
- docker run -v /var/run/docker.sock:/var/run/docker.sock docker-py3 py.test -rxs tests/integration_test.py
26
+ docker run -v /var/run/docker.sock:/var/run/docker.sock docker-py3 py.test tests/integration_test.py
27
27
28
28
integration-dind : build build-py3
29
29
docker run -d --name dpy-dind --privileged dockerswarm/dind:1.8.1 docker -d -H tcp://0.0.0.0:2375
30
- docker run --env=" DOCKER_HOST=tcp://docker:2375" --link=dpy-dind:docker docker-py py.test -rxs tests/integration_test.py
31
- docker run --env=" DOCKER_HOST=tcp://docker:2375" --link=dpy-dind:docker docker-py3 py.test -rxs tests/integration_test.py
30
+ docker run --env=" DOCKER_HOST=tcp://docker:2375" --link=dpy-dind:docker docker-py py.test tests/integration_test.py
31
+ docker run --env=" DOCKER_HOST=tcp://docker:2375" --link=dpy-dind:docker docker-py3 py.test tests/integration_test.py
32
32
docker rm -vf dpy-dind
33
33
34
34
flake8 : build
Original file line number Diff line number Diff line change
1
+ [pytest]
2
+ addopts = --tb =short -rxs
You can’t perform that action at this time.
0 commit comments