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 1087282 commit b45ff35Copy full SHA for b45ff35
.travis.yml
@@ -13,14 +13,9 @@ install:
13
- pip install -r test/requirements-dev.txt
14
- find . -name "requirements.txt" -exec pip install -r "{}" \;
15
16
-before_script:
17
-# To ignore a directory, we can just delete the directory
18
-# so that treon doesn't see it.
19
-- xargs -t rm -rf < test/ignore
20
-
21
script:
22
# Test that notebooks run successfully
23
-- treon
+- eval "treon $(awk '{printf " --exclude " $0}' test/ignore)"
24
# Naive test to check that output committed with notebook-
25
- >- # carefully escaped because yaml is picky
26
find . -name "*.ipynb" \
0 commit comments