Skip to content

Commit 15cad87

Browse files
committed
test: nbmake should use py39 kernel name
python -m ipykernel install --user --name py39
1 parent 3066540 commit 15cad87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ install:
88
- pip install -r requirements_test.txt
99
- pip install pytest-cov
1010
- pip install coveralls
11+
- pip install ipykernel
1112
# command to run tests
1213
script:
14+
- python -m ipykernel install --user --name py39
1315
- pytest --nbmake examples
1416
- pytest tests --cov=okama/
1517
after_success:

0 commit comments

Comments
 (0)