Skip to content

Commit 9b2f2f2

Browse files
committed
TST: test with ipython 5, 6, and 7
1 parent cd211aa commit 9b2f2f2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
ipython>=5.0.0
21
pytest==5.4.3
32
pytest-cov==2.10.0
43
tox==3.15.2

tox.ini

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[tox]
2-
envlist = py35,py36,py37,py38
2+
envlist =
3+
{py35,py36,py37}-ipython{5,6,7}
4+
py38-ipython7
5+
; ipython73 adds compatibility with py38
36

47
[testenv]
5-
deps = -rdev-requirements.txt
8+
deps =
9+
-rdev-requirements.txt
10+
ipython5: ipython>=5.0.0,<6.0.0
11+
ipython6: ipython>=6.0.0,<7.0.0
12+
ipython7: ipython>=7.3.0,<8.0.0
613
commands = pytest --cov=jupyter_spaces --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)