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 0663477 commit 83a512bCopy full SHA for 83a512b
.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
- find . -name "*.ipynb" \
26
-exec test $(grep -oc '"outputs": ' "{}") -eq $(grep -oc '"cell_type": "code"' "{}") || exit 1 \;
0 commit comments