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 d59234c commit 4a59f12Copy full SHA for 4a59f12
.travis.yml
@@ -13,13 +13,8 @@ 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
+- treon $(awk '{printf " --exclude " $0}' test/ignore)
24
# Naive test to check that output committed with notebook-
25
- find . -name "*.ipynb" -exec sh test/test_output.sh "{}" \;
0 commit comments