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 00cd9bb commit d2522bfCopy full SHA for d2522bf
binder/environment.yml
@@ -7,5 +7,6 @@ dependencies:
7
- numpy
8
- nodejs
9
- pandas
10
+- pip
11
- pip:
- - ipydatagrid==1.0.0
12
+ - ..
tox.ini
@@ -15,7 +15,8 @@ minversion = 3.7
15
extras =
16
test
17
commands =
18
- pytest
+ pytest tests
19
+ pytest --nbval examples
20
package = wheel
21
wheel_build_env = .pkg
22
0 commit comments