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 c449102 commit c740617Copy full SHA for c740617
Makefile
@@ -38,7 +38,7 @@ test-quick:
38
39
40
test-ipynb: create-dirs
41
- cd doc/ipynb && py.test . -v --ipynb --sanitize-with sanitize_file --junitxml=$(PROJECT_DIR)/test-reports/junit/test-ipynb-pytest.xml
+ cd doc/ipynb && py.test . -v --nbval --sanitize-with sanitize_file --junitxml=$(PROJECT_DIR)/test-reports/junit/test-ipynb-pytest.xml
42
43
#################
44
# Documentation #
0 commit comments