File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11[run]
22branch = true
3- source = python_minifier
43parallel = true
54context = ${COVERAGE_CONTEXT}
65
Original file line number Diff line number Diff line change 11[run]
22branch = true
3- source = python_minifier
43parallel = true
54
65[report]
Original file line number Diff line number Diff line change 88 COVERAGE_CONTEXT = {envname}
99deps = -r{toxinidir}/tox/{envname}-requirements.txt
1010commands =
11- pytest {posargs:test --cov --cov-config ={toxinidir}/.config/.coveragerc} --junitxml =junit-{envname}.xml --verbose
11+ pytest {posargs:test --cov =python_minifier --cov-config ={toxinidir}/.config/.coveragerc} --junitxml =junit-{envname}.xml --verbose
1212
1313[testenv:python27]
1414basepython = /usr/bin/python2.7
@@ -19,15 +19,15 @@ setenv =
1919 PYTHONHASHSEED = 0
2020 COVERAGE_FILE = {toxinidir}/.coverage.{envname}
2121commands =
22- pytest {posargs:test --cov --cov-config ={toxinidir}/.config/.coveragerc-legacy} --junitxml =junit-{envname}.xml --verbose
22+ pytest {posargs:test --cov =python_minifier --cov-config ={toxinidir}/.config/.coveragerc-legacy} --junitxml =junit-{envname}.xml --verbose
2323
2424[testenv:python34]
2525basepython = /usr/bin/python3.4
2626setenv =
2727 PYTHONHASHSEED = 0
2828 COVERAGE_FILE = {toxinidir}/.coverage.{envname}
2929commands =
30- pytest {posargs:test --cov --cov-config ={toxinidir}/.config/.coveragerc-legacy} --junitxml =junit-{envname}.xml --verbose
30+ pytest {posargs:test --cov =python_minifier --cov-config ={toxinidir}/.config/.coveragerc-legacy} --junitxml =junit-{envname}.xml --verbose
3131
3232[testenv:python35]
3333basepython = /usr/bin/python3.5
You can’t perform that action at this time.
0 commit comments