File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial
1
2
language : python
2
3
python :
3
4
- " nightly"
4
- - " 3.7 -dev"
5
- - 3.6
6
- - 3.5
7
- - 2.7
8
- sudo : false
5
+ - " 3.8 -dev"
6
+ - " 3.7 "
7
+ - " 3.6 "
8
+ - " 3.5 "
9
+ - " 2.7 "
9
10
install :
10
11
- pip install --upgrade setuptools pip
11
12
- pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov codecov 'coverage<5'
Original file line number Diff line number Diff line change @@ -84,7 +84,11 @@ def run(self):
84
84
'Operating System :: OS Independent' ,
85
85
'Programming Language :: Python' ,
86
86
'Programming Language :: Python :: 2' ,
87
+ 'Programming Language :: Python :: 2.7' ,
87
88
'Programming Language :: Python :: 3' ,
89
+ 'Programming Language :: Python :: 3.5' ,
90
+ 'Programming Language :: Python :: 3.6' ,
91
+ 'Programming Language :: Python :: 3.7' ,
88
92
],
89
93
install_requires = [
90
94
'traitlets' ,
You can’t perform that action at this time.
0 commit comments