@@ -6,16 +6,15 @@ envlist =
6
6
clean,
7
7
check,
8
8
lint,
9
- {py27, py36}-notebook{44,54,55 },
9
+ {py36,py37,py38 }-notebook{60 },
10
10
report,
11
11
12
12
[testenv]
13
13
basepython =
14
14
pypy: {env:TOXPYTHON:pypy}
15
- py27: {env:TOXPYTHON:python2.7}
16
15
py36: {env:TOXPYTHON:python3.6}
17
16
py37: {env:TOXPYTHON:python3.7}
18
- {spell}: {env:TOXPYTHON:python2.7 }
17
+ {py38, spell}: {env:TOXPYTHON:python3.8 }
19
18
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
20
19
{condarecipe}: {env:TOXPYTHON:python3}
21
20
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
@@ -29,12 +28,10 @@ usedevelop = false
29
28
deps =
30
29
coverage>=4.2
31
30
jupyter_highlight_selected_word>=0.0.5
32
- jupyter_latex_envs>=1.3.4
31
+ jupyter_latex_envs>=1.4.0
33
32
mock
34
33
nose
35
- notebook44: https://github.com/jupyter/notebook/archive/4.4.0.zip
36
- notebook54: https://github.com/jupyter/notebook/archive/5.4.0.zip
37
- notebook55: https://github.com/jupyter/notebook/archive/5.5.0.zip
34
+ notebook60: https://github.com/jupyter/notebook/archive/6.0.0.zip
38
35
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
39
36
notebook: notebook
40
37
commands =
0 commit comments