File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 22
33strategy :
44 matrix :
5- Python36 :
6- python.version : ' 3.6'
7- Python37 :
8- python.version : ' 3.7'
9- macOS :
10- python.version : ' 3.6'
11- POOL_IMAGE : macos-10.13
12- Windows :
13- python.version : ' 3.6'
14- POOL_IMAGE : vs2017-win2016
15- installzic : ' windows'
165 Black :
176 python.version : ' 3.7'
187 TOXENV : black-check
19- Docs :
20- python.version : ' 3.6'
21- TOXENV : docs
228 Build :
239 python.version : ' 3.6'
2410 TOXENV : build
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ coverage:
44 changes : false
55 project :
66 default :
7- target : ' 10 '
7+ target : ' 0 '
88
99comment : false
1010codecov :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ commands = pytest --cov-config="{toxinidir}/tox.ini" \
1919[testenv:coverage]
2020description = combine coverage data and create reports
2121deps = coverage
22- skip_install = True
22+ skip_install = False
2323changedir = {toxworkdir}
2424setenv = COVERAGE_FILE =.coverage
2525commands = coverage erase
@@ -30,7 +30,7 @@ commands = coverage erase
3030[testenv:codecov]
3131description = [only run on CI]: upload coverage data to codecov (depends on coverage running first)
3232deps = codecov
33- skip_install = True
33+ skip_install = False
3434commands = codecov --file {toxworkdir}/coverage.xml
3535
3636[coverage:report]
You can’t perform that action at this time.
0 commit comments