File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5959 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --network=bridge testcontainers-python python diagnostics.py
6060 echo "Container diagnostics with host network"
6161 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
6266 - name : Run checks
6367 run : |
6468 flake8
65- sphinx-build -nW docs docs/_build/html
6669 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 }}
6770 codecov
Original file line number Diff line number Diff line change @@ -16,5 +16,4 @@ formats: all
1616python :
1717 version : 3.7
1818 install :
19- - method : pip
20- path : .
19+ - requirements : requirements/3.7.txt
You can’t perform that action at this time.
0 commit comments