We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869fa07 commit 0750f69Copy full SHA for 0750f69
tox.ini
@@ -1,9 +1,9 @@
1
[tox]
2
envlist =
3
{py36,py37}-ipython{5,6,7}
4
- py38-ipython7
5
- py39-ipython7
6
- py310-ipython7
+ py38-ipython{7,8}
+ py39-ipython{7,8}
+ py310-ipython{7,8}
7
; ipython73 adds compatibility with py38+
8
9
[gh-actions]
@@ -20,4 +20,5 @@ deps =
20
ipython5: ipython>=5.0.0,<6.0.0
21
ipython6: ipython>=6.0.0,<7.0.0
22
ipython7: ipython>=7.3.0,<8.0.0
23
+ ipython8: ipython>=8.0.0,<9.0.0
24
commands = pytest --cov=jupyter_spaces --cov-report=xml --cov-report=term
0 commit comments