File tree Expand file tree Collapse file tree 4 files changed +3
-13
lines changed Expand file tree Collapse file tree 4 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ language: python
22
33matrix :
44 include :
5- - python : 2.7
6- env : TOX_ENV=py27
7- - python : 3.5
8- env : TOX_ENV=py35
95 - python : 3.6
106 env : TOX_ENV=py36
117 - python : 3.7
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Removed
6+ - Python 2.7 & 3.5 support
7+
58### Fixed
69- Fix not able to work with ` pytest-xdist ` plugin when ` --dist loadfile ` is set in configuration file (#5 )
710
Original file line number Diff line number Diff line change 33
44environment :
55 matrix :
6- - PYTHON : " C:\\ Python27"
7- TOX_ENV : " py27"
8-
9- - PYTHON : " C:\\ Python35"
10- TOX_ENV : " py35"
11-
126 - PYTHON : " C:\\ Python36"
137 TOX_ENV : " py36"
148
Original file line number Diff line number Diff line change 3333 'Topic :: Software Development :: Testing' ,
3434 'Topic :: Software Development :: Quality Assurance' ,
3535 'Programming Language :: Python' ,
36- 'Programming Language :: Python :: 2' ,
37- 'Programming Language :: Python :: 2.7' ,
3836 'Programming Language :: Python :: 3' ,
39- 'Programming Language :: Python :: 3.5' ,
4037 'Programming Language :: Python :: 3.6' ,
4138 'Programming Language :: Python :: 3.7' ,
4239 'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments