File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,19 @@ matrix:
9
9
include :
10
10
- python : 2.7
11
11
env : TOXENV=py27
12
- - python : 3.3
13
- env : TOXENV=py33
14
12
- python : 3.4
15
13
env : TOXENV=py34
16
14
- python : 3.5
17
15
env : TOXENV=py35
16
+ - python : 3.6
17
+ env : TOXENV=py36
18
+ - python : 3.7
19
+ env : TOXENV=py37
20
+ dist : xenial
21
+ sudo : true
18
22
- python : pypy
19
23
env : TOXENV=pypy
20
- - python : 3.5
24
+ - python : 3.6
21
25
env : TOXENV=flake8
22
26
# - env: TOXENV=docs
23
27
Original file line number Diff line number Diff line change 37
37
'Programming Language :: Python' ,
38
38
'Programming Language :: Python :: 2.7' ,
39
39
'Programming Language :: Python :: 3' ,
40
- 'Programming Language :: Python :: 3.3' ,
41
40
'Programming Language :: Python :: 3.4' ,
42
41
'Programming Language :: Python :: 3.5' ,
43
42
'Programming Language :: Python :: 3.6' ,
43
+ 'Programming Language :: Python :: 3.7' ,
44
44
),
45
45
)
You can’t perform that action at this time.
0 commit comments