Skip to content

Commit d2522bf

Browse files
gaborbernatibdafna
authored andcommitted
Install ipy from current repository
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 00cd9bb commit d2522bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

binder/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ dependencies:
77
- numpy
88
- nodejs
99
- pandas
10+
- pip
1011
- pip:
11-
- ipydatagrid==1.0.0
12+
- ..

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ minversion = 3.7
1515
extras =
1616
test
1717
commands =
18-
pytest
18+
pytest tests
19+
pytest --nbval examples
1920
package = wheel
2021
wheel_build_env = .pkg
2122

0 commit comments

Comments
 (0)