Skip to content

Commit ec71ede

Browse files
committed
help
1 parent 9393874 commit ec71ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ install:
1717

1818
script:
1919
# Test that notebooks run successfully
20-
- exclude="$(awk '{printf " --exclude " $0}' test/ignore)" eval "treon $exclude"
20+
- eval "treon $(awk '{printf " --exclude " $0}' test/ignore)"
2121
# Naive test to check that output committed with notebook-
2222
- find . -name "*.ipynb" -exec sh test/test_output.sh "{}" \;

0 commit comments

Comments
 (0)