Skip to content

Commit d26af76

Browse files
authored
Update tox.ini
tests for python versions: 3.6, 3.7, 3.8 tests only for notebook 6.0.0
1 parent 9606d61 commit d26af76

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tox.ini

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ envlist =
66
clean,
77
check,
88
lint,
9-
{py27,py36}-notebook{44,54,55},
9+
{py36,py37,py38}-notebook{60},
1010
report,
1111

1212
[testenv]
1313
basepython =
1414
pypy: {env:TOXPYTHON:pypy}
15-
py27: {env:TOXPYTHON:python2.7}
1615
py36: {env:TOXPYTHON:python3.6}
1716
py37: {env:TOXPYTHON:python3.7}
18-
{spell}: {env:TOXPYTHON:python2.7}
17+
{py38,spell}: {env:TOXPYTHON:python3.8}
1918
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
2019
{condarecipe}: {env:TOXPYTHON:python3}
2120
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
@@ -29,12 +28,10 @@ usedevelop = false
2928
deps =
3029
coverage>=4.2
3130
jupyter_highlight_selected_word>=0.0.5
32-
jupyter_latex_envs>=1.3.4
31+
jupyter_latex_envs>=1.4.0
3332
mock
3433
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
3835
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
3936
notebook: notebook
4037
commands =

0 commit comments

Comments
 (0)