@@ -6,20 +6,16 @@ envlist =
6
6
clean,
7
7
check,
8
8
lint,
9
- {py27,py34} -notebook{40,41,42,4x },
9
+ py36 -notebook{57,64 },
10
10
report,
11
11
12
12
[testenv]
13
13
basepython =
14
14
pypy: {env:TOXPYTHON:pypy}
15
- py27: {env:TOXPYTHON:python2.7}
16
- py33: {env:TOXPYTHON:python3.3}
17
- py34: {env:TOXPYTHON:python3.4}
18
- py35: {env:TOXPYTHON:python3.5}
19
15
py36: {env:TOXPYTHON:python3.6}
20
- {docs,spell}: {env:TOXPYTHON:python2.7 }
21
- {appveyorartifacts,bump,check,clean,codecov,coveralls,lint,report,pypi_build,pypi_upload}: {env:TOXPYTHON:python3}
22
- {condarecipe}: {env:TOXPYTHON:python3.4 }
16
+ {docs,spell}: {env:TOXPYTHON:python3.6 }
17
+ {appveyorartifacts,bump,check,clean,codecov,coveralls,lint,report,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.6 }
18
+ {condarecipe}: {env:TOXPYTHON:python3.6 }
23
19
setenv =
24
20
PYTHONPATH ={toxinidir}/tests
25
21
PYTHONUNBUFFERED =yes
@@ -29,13 +25,8 @@ deps =
29
25
coverage>=4.2
30
26
mock
31
27
nose
32
- notebook40: notebook>=4.0,<4.1
33
- notebook41: notebook>=4.1,<4.2
34
- notebook42: notebook>=4.2,<4.3
35
- notebook43: notebook>=4.3,<4.4
36
- notebook44: notebook>=4.4,<4.5
37
- notebook4x: https://github.com/jupyter/notebook/archive/4.x.zip
38
- notebook50: https://github.com/jupyter/notebook/archive/5.0.0.zip
28
+ notebook57: notebook ==5.7
29
+ notebook64: notebook ==6.4
39
30
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
40
31
notebook: notebook
41
32
pytest
@@ -65,7 +56,7 @@ commands =
65
56
[testenv:coveralls]
66
57
skip_install = true
67
58
deps =
68
- coverage>=4 .2
59
+ coverage>=6 .2
69
60
coveralls
70
61
commands =
71
62
coverage combine --append
@@ -88,7 +79,7 @@ skip_install = true
88
79
whitelist_externals = bash
89
80
deps =
90
81
appveyor-artifacts
91
- coverage>=4 .2
82
+ coverage>=6 .2
92
83
coveralls
93
84
commands =
94
85
appveyor-artifacts --owner-name =jcb91 --repo-name =jupyter-contrib-core --mangle-coverage download
@@ -101,15 +92,15 @@ commands =
101
92
102
93
[testenv:report]
103
94
skip_install = true
104
- deps = coverage>=4 .2
95
+ deps = coverage>=6 .2
105
96
commands =
106
97
coverage combine --append
107
98
coverage report
108
99
coverage html
109
100
110
101
[testenv:clean]
111
102
skip_install = true
112
- deps = coverage>=4 .2
103
+ deps = coverage>=6 .2
113
104
commands = coverage erase
114
105
115
106
[testenv:bump]
0 commit comments