@@ -16,68 +16,68 @@ jobs:
1616 vmImage : " vs2017-win2016"
1717 strategy :
1818 matrix :
19- py27 :
20- python.version : ' 2.7'
21- tox.env : ' py27'
22- py27-nobyte-lsof-numpy :
23- python.version : ' 2.7'
24- tox.env : ' py27-lsof-nobyte-numpy'
25- # Coverage for:
26- # - test_supports_breakpoint_module_global
27- # - test_terminal_reporter_writer_attr (without xdist)
28- # - "if write" branch in _pytest.assertion.rewrite
29- # - numpy
30- # - pytester's LsofFdLeakChecker (being skipped)
31- PYTEST_COVERAGE : ' 1'
32- py27-twisted :
33- python.version : ' 2.7'
34- tox.env : ' py27-twisted'
35- python.needs_vc : True
36- py27-pluggymaster-xdist :
37- python.version : ' 2.7'
38- tox.env : ' py27-pluggymaster-xdist'
39- # Coverage for:
40- # - except-IOError in _attempt_to_close_capture_file for py2.
41- # Also seen with py27-nobyte (using xdist), and py27-xdist.
42- # But no exception with py27-pexpect,py27-twisted,py27-numpy.
43- PYTEST_COVERAGE : ' 1'
19+ # py27:
20+ # python.version: '2.7'
21+ # tox.env: 'py27'
22+ # py27-nobyte-lsof-numpy:
23+ # python.version: '2.7'
24+ # tox.env: 'py27-lsof-nobyte-numpy'
25+ # # Coverage for:
26+ # # - test_supports_breakpoint_module_global
27+ # # - test_terminal_reporter_writer_attr (without xdist)
28+ # # - "if write" branch in _pytest.assertion.rewrite
29+ # # - numpy
30+ # # - pytester's LsofFdLeakChecker (being skipped)
31+ # PYTEST_COVERAGE: '1'
32+ # py27-twisted:
33+ # python.version: '2.7'
34+ # tox.env: 'py27-twisted'
35+ # python.needs_vc: True
36+ # py27-pluggymaster-xdist:
37+ # python.version: '2.7'
38+ # tox.env: 'py27-pluggymaster-xdist'
39+ # # Coverage for:
40+ # # - except-IOError in _attempt_to_close_capture_file for py2.
41+ # # Also seen with py27-nobyte (using xdist), and py27-xdist.
42+ # # But no exception with py27-pexpect,py27-twisted,py27-numpy.
43+ # PYTEST_COVERAGE: '1'
4444 pypy :
4545 python.version : ' pypy2'
4646 tox.env : ' pypy'
4747 pypy3 :
4848 python.version : ' pypy3'
4949 tox.env : ' pypy3'
50- py34-xdist :
51- python.version : ' 3.4'
52- tox.env : ' py34-xdist'
53- # Coverage for:
54- # - _pytest.compat._bytes_to_ascii
55- PYTEST_COVERAGE : ' 1'
56- py35-xdist :
57- python.version : ' 3.5'
58- tox.env : ' py35-xdist'
59- # Coverage for:
60- # - test_supports_breakpoint_module_global
61- PYTEST_COVERAGE : ' 1'
62- py36-xdist :
63- python.version : ' 3.6'
64- tox.env : ' py36-xdist'
65- py37 :
66- python.version : ' 3.7'
67- tox.env : ' py37'
68- # Coverage for:
69- # - _py36_windowsconsoleio_workaround (with py36+)
70- # - test_request_garbage (no xdist)
71- PYTEST_COVERAGE : ' 1'
72- py37-linting/docs/doctesting :
73- python.version : ' 3.7'
74- tox.env : ' linting,docs,doctesting'
75- py37-twisted/numpy :
76- python.version : ' 3.7'
77- tox.env : ' py37-twisted,py37-numpy'
78- py37-pluggymaster-xdist :
79- python.version : ' 3.7'
80- tox.env : ' py37-pluggymaster-xdist'
50+ # py34-xdist:
51+ # python.version: '3.4'
52+ # tox.env: 'py34-xdist'
53+ # # Coverage for:
54+ # # - _pytest.compat._bytes_to_ascii
55+ # PYTEST_COVERAGE: '1'
56+ # py35-xdist:
57+ # python.version: '3.5'
58+ # tox.env: 'py35-xdist'
59+ # # Coverage for:
60+ # # - test_supports_breakpoint_module_global
61+ # PYTEST_COVERAGE: '1'
62+ # py36-xdist:
63+ # python.version: '3.6'
64+ # tox.env: 'py36-xdist'
65+ # py37:
66+ # python.version: '3.7'
67+ # tox.env: 'py37'
68+ # # Coverage for:
69+ # # - _py36_windowsconsoleio_workaround (with py36+)
70+ # # - test_request_garbage (no xdist)
71+ # PYTEST_COVERAGE: '1'
72+ # py37-linting/docs/doctesting:
73+ # python.version: '3.7'
74+ # tox.env: 'linting,docs,doctesting'
75+ # py37-twisted/numpy:
76+ # python.version: '3.7'
77+ # tox.env: 'py37-twisted,py37-numpy'
78+ # py37-pluggymaster-xdist:
79+ # python.version: '3.7'
80+ # tox.env: 'py37-pluggymaster-xdist'
8181 maxParallel : 10
8282
8383 steps :
0 commit comments