File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
env : TOXENV=py,codecov
10
10
- python : 3.4
11
11
env : TOXENV=py,codecov
12
- - python : 3.3
13
- env : TOXENV=py,py-lowest,codecov
14
12
- python : 2.7
15
13
env : TOXENV=py,codecov
16
14
- python : pypy
Original file line number Diff line number Diff line change 45
45
'Programming Language :: Python :: 2' ,
46
46
'Programming Language :: Python :: 2.7' ,
47
47
'Programming Language :: Python :: 3' ,
48
- 'Programming Language :: Python :: 3.3' ,
49
48
'Programming Language :: Python :: 3.4' ,
50
49
'Programming Language :: Python :: 3.5' ,
51
50
'Programming Language :: Python :: 3.6' ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{36,35,34,33, 27,py}
4
- py{36,33 ,27,py}-lowest
3
+ py{36,35,34,27,py}
4
+ py{36,34 ,27,py}-lowest
5
5
docs_html
6
6
coverage_report
7
7
You can’t perform that action at this time.
0 commit comments