@@ -6,21 +6,19 @@ envlist =
6
6
clean,
7
7
check,
8
8
lint,
9
- {py27, py36} -notebook{44,54,55 },
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
15
py36: {env:TOXPYTHON:python3.6}
17
- py37: {env:TOXPYTHON:python3.7}
18
- {spell}: {env:TOXPYTHON:python2.7}
19
- {appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
20
- {condarecipe}: {env:TOXPYTHON:python3}
21
- {clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
22
- {docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3}
23
- {bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3}
16
+ {spell}: {env:TOXPYTHON:python3.6}
17
+ {appveyorartifacts,lint,check}: {env:TOXPYTHON:python3.6}
18
+ {condarecipe}: {env:TOXPYTHON:python3.6}
19
+ {clean,codecov,coveralls,report}: {env:TOXPYTHON:python3.6}
20
+ {docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3.6}
21
+ {bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.6}
24
22
setenv =
25
23
PYTHONPATH ={toxinidir}/tests
26
24
PYTHONUNBUFFERED =yes
32
30
jupyter_latex_envs>=1.3.4
33
31
mock
34
32
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
33
+ notebook57: notebook ==5.7
34
+ notebook64: notebook ==6.4
38
35
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
39
36
notebook: notebook
40
37
commands =
0 commit comments