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
2
2
3
3
matrix :
4
4
include :
5
- - python : 2.7
6
- env : TOX_ENV=py27
7
- - python : 3.5
8
- env : TOX_ENV=py35
9
5
- python : 3.6
10
6
env : TOX_ENV=py36
11
7
- python : 3.7
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Removed
6
+ - Python 2.7 & 3.5 support
7
+
5
8
### Fixed
6
9
- Fix not able to work with ` pytest-xdist ` plugin when ` --dist loadfile ` is set in configuration file (#5 )
7
10
Original file line number Diff line number Diff line change 3
3
4
4
environment :
5
5
matrix :
6
- - PYTHON : " C:\\ Python27"
7
- TOX_ENV : " py27"
8
-
9
- - PYTHON : " C:\\ Python35"
10
- TOX_ENV : " py35"
11
-
12
6
- PYTHON : " C:\\ Python36"
13
7
TOX_ENV : " py36"
14
8
Original file line number Diff line number Diff line change 33
33
'Topic :: Software Development :: Testing' ,
34
34
'Topic :: Software Development :: Quality Assurance' ,
35
35
'Programming Language :: Python' ,
36
- 'Programming Language :: Python :: 2' ,
37
- 'Programming Language :: Python :: 2.7' ,
38
36
'Programming Language :: Python :: 3' ,
39
- 'Programming Language :: Python :: 3.5' ,
40
37
'Programming Language :: Python :: 3.6' ,
41
38
'Programming Language :: Python :: 3.7' ,
42
39
'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments