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 4a59f12 commit b118b4fCopy full SHA for b118b4f
.travis.yml
@@ -15,6 +15,6 @@ install:
15
16
script:
17
# Test that notebooks run successfully
18
-- treon $(awk '{printf " --exclude " $0}' test/ignore)
+- N=`awk '{printf " --exclude " $0}' test/ignore` treon ${!N}
19
# Naive test to check that output committed with notebook-
20
- find . -name "*.ipynb" -exec sh test/test_output.sh "{}" \;
0 commit comments