File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 7878 # os: ubuntu-22.04
7979 # experimental: true
8080
81- # 3.6 not available on new 22.04 runners, so run on 20 .04 ubuntu
82- - python-version : 3.6
83- os : ubuntu-20 .04
81+ # 3.7 not available on new 22.04 runners, so run on 22 .04 ubuntu
82+ - python-version : 3.7
83+ os : ubuntu-22 .04
8484
8585 # 3.8 not available on new 24.04 runners, so run on 22.04 ubuntu
8686 - python-version : 3.8
@@ -303,10 +303,7 @@ jobs:
303303 -W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \
304304 -W "ignore:unclosed file:ResourceWarning:enum" \
305305 -v test/ --cov=roundup
306- if [[ "$PYTHON_VERSION" != "3.6" ]]; then
307- # coverage before 3.6 doesn't support lcov output
308306 coverage lcov
309- fi
310307 else
311308 # python2 case
312309 pytest -v -r a --durations=20 test/ --cov=roundup
You can’t perform that action at this time.
0 commit comments