File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 59
59
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --network=bridge testcontainers-python python diagnostics.py
60
60
echo "Container diagnostics with host network"
61
61
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --network=host testcontainers-python python diagnostics.py
62
+ - name : Make docs
63
+ if : matrix.python-version == '3.7'
64
+ run : |
65
+ sphinx-build -nW docs docs/_build/html
62
66
- name : Run checks
63
67
run : |
64
68
flake8
65
- sphinx-build -nW docs docs/_build/html
66
69
py.test -svx --cov-config .coveragerc --cov-report html:skip-covered --cov-report term:skip-covered --cov=testcontainers --tb=short tests/test_${{ matrix.test-component }}
67
70
codecov
Original file line number Diff line number Diff line change @@ -16,5 +16,4 @@ formats: all
16
16
python :
17
17
version : 3.7
18
18
install :
19
- - method : pip
20
- path : .
19
+ - requirements : requirements/3.7.txt
You can’t perform that action at this time.
0 commit comments