Skip to content

Commit c740617

Browse files
committed
Update flag for nbval
1 parent c449102 commit c740617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test-quick:
3838

3939

4040
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
41+
cd doc/ipynb && py.test . -v --nbval --sanitize-with sanitize_file --junitxml=$(PROJECT_DIR)/test-reports/junit/test-ipynb-pytest.xml
4242

4343
#################
4444
# Documentation #

0 commit comments

Comments
 (0)