@@ -7,20 +7,19 @@ envlist =
7
7
clean,
8
8
check,
9
9
lint,
10
- {py37,py38} -notebook{60,63 },
10
+ py36 -notebook{57,64 },
11
11
report,
12
12
13
13
[testenv]
14
14
basepython =
15
15
pypy: {env:TOXPYTHON:pypy}
16
- py37: {env:TOXPYTHON:python3.7}
17
- py38: {env:TOXPYTHON:python3.8}
18
- {spell}: {env:TOXPYTHON:python3.8}
19
- {appveyorartifacts,lint,check}: {env:TOXPYTHON:python3.8}
20
- {condarecipe}: {env:TOXPYTHON:python3}
21
- {clean,codecov,coveralls,report}: {env:TOXPYTHON:python3.8}
22
- {docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3.8}
23
- {bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.8}
16
+ py36: {env:TOXPYTHON:python3.6}
17
+ {spell}: {env:TOXPYTHON:python3.6}
18
+ {appveyorartifacts,lint,check}: {env:TOXPYTHON:python3.6}
19
+ {condarecipe}: {env:TOXPYTHON:python3.6}
20
+ {clean,codecov,coveralls,report}: {env:TOXPYTHON:python3.6}
21
+ {docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3.6}
22
+ {bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.6}
24
23
setenv =
25
24
PYTHONPATH ={toxinidir}/tests
26
25
PYTHONUNBUFFERED =yes
32
31
jupyter_latex_envs>=1.4.0
33
32
mock
34
33
nose
35
- notebook60: https://github.com/jupyter/ notebook/archive/6.0.0.zip
36
- notebook63: https://github.com/jupyter/ notebook/archive/6.3.0.zip
34
+ notebook57: notebook ==5.7
35
+ notebook64: notebook ==6.4
37
36
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
38
37
notebook: notebook
39
38
commands =
0 commit comments