@@ -6,20 +6,16 @@ envlist =
66 clean,
77 check,
88 lint,
9- {py27,py34} -notebook{40,41,42,4x },
9+ py36 -notebook{57,64 },
1010 report,
1111
1212[testenv]
1313basepython =
1414 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}
1915 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 }
2319setenv =
2420 PYTHONPATH ={toxinidir}/tests
2521 PYTHONUNBUFFERED =yes
@@ -29,13 +25,8 @@ deps =
2925 coverage>=4.2
3026 mock
3127 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
3930 notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
4031 notebook: notebook
4132 pytest
@@ -65,7 +56,7 @@ commands =
6556[testenv:coveralls]
6657skip_install = true
6758deps =
68- coverage>=4 .2
59+ coverage>=6 .2
6960 coveralls
7061commands =
7162 coverage combine --append
@@ -88,7 +79,7 @@ skip_install = true
8879whitelist_externals = bash
8980deps =
9081 appveyor-artifacts
91- coverage>=4 .2
82+ coverage>=6 .2
9283 coveralls
9384commands =
9485 appveyor-artifacts --owner-name =jcb91 --repo-name =jupyter-contrib-core --mangle-coverage download
@@ -101,15 +92,15 @@ commands =
10192
10293[testenv:report]
10394skip_install = true
104- deps = coverage>=4 .2
95+ deps = coverage>=6 .2
10596commands =
10697 coverage combine --append
10798 coverage report
10899 coverage html
109100
110101[testenv:clean]
111102skip_install = true
112- deps = coverage>=4 .2
103+ deps = coverage>=6 .2
113104commands = coverage erase
114105
115106[testenv:bump]
0 commit comments