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