File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ matrix:
40
40
- os : linux
41
41
python : ' 2.7'
42
42
env : TOXENV=py27-notebook
43
- - os : linux
44
- python : ' 3.3'
45
- env : TOXENV=py33-notebook
46
43
- os : linux
47
44
python : ' 3.6'
48
45
env : TOXENV=py36-notebook54
@@ -52,9 +49,6 @@ matrix:
52
49
- os : linux
53
50
python : ' 3.6'
54
51
env : TOXENV=py36-notebook44
55
- - os : linux
56
- python : ' 3.5'
57
- env : TOXENV=py35-notebook
58
52
- os : linux
59
53
python : ' 3.6'
60
54
env : TOXENV=py36-notebook
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ basepython =
14
14
pypy: {env:TOXPYTHON:pypy}
15
15
py27: {env:TOXPYTHON:python2.7}
16
16
py36: {env:TOXPYTHON:python3.6}
17
+ py37: {env:TOXPYTHON:python3.7}
17
18
{spell}: {env:TOXPYTHON:python2.7}
18
19
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
19
20
{condarecipe}: {env:TOXPYTHON:python3.6}
You can’t perform that action at this time.
0 commit comments