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 b118b4f commit 9393874Copy full SHA for 9393874
.travis.yml
@@ -1,6 +1,8 @@
1
language: python
2
dist: xenial # for python3.7+ testing
3
4
+cache: pip
5
+
6
python:
7
- 3.6
8
- 3.7
@@ -15,6 +17,6 @@ install:
15
17
16
18
script:
19
# Test that notebooks run successfully
-- N=`awk '{printf " --exclude " $0}' test/ignore` treon ${!N}
20
+- exclude="$(awk '{printf " --exclude " $0}' test/ignore)" eval "treon $exclude"
21
# Naive test to check that output committed with notebook-
22
- find . -name "*.ipynb" -exec sh test/test_output.sh "{}" \;
0 commit comments