Skip to content

Commit 72167ec

Browse files
author
Jürgen Hasch
committed
Update CI tests, update version
1 parent c755834 commit 72167ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.5.3
33
commit = True
44
message = release {new_version}
55
tag = False

tox.ini

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

1212
[testenv]
@@ -15,7 +15,7 @@ basepython =
1515
py36: {env:TOXPYTHON:python3.6}
1616
py37: {env:TOXPYTHON:python3.7}
1717
py38: {env:TOXPYTHON:python3.8}
18-
{spell}: {env:TOXPYTHON:python3.6}
18+
{spell}: {env:TOXPYTHON:python3.8}
1919
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
2020
{condarecipe}: {env:TOXPYTHON:python3}
2121
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
@@ -32,8 +32,8 @@ deps =
3232
jupyter_latex_envs>=1.4.0
3333
mock
3434
nose
35-
notebook55: https://github.com/jupyter/notebook/archive/5.5.0.zip
3635
notebook60: https://github.com/jupyter/notebook/archive/6.0.0.zip
36+
notebook63: https://github.com/jupyter/notebook/archive/6.3.0.zip
3737
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
3838
notebook: notebook
3939
commands =

0 commit comments

Comments
 (0)