Skip to content

Commit 9393874

Browse files
committed
Cache pip and all that
1 parent b118b4f commit 9393874

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
dist: xenial # for python3.7+ testing
33

4+
cache: pip
5+
46
python:
57
- 3.6
68
- 3.7
@@ -15,6 +17,6 @@ install:
1517

1618
script:
1719
# Test that notebooks run successfully
18-
- N=`awk '{printf " --exclude " $0}' test/ignore` treon ${!N}
20+
- exclude="$(awk '{printf " --exclude " $0}' test/ignore)" eval "treon $exclude"
1921
# Naive test to check that output committed with notebook-
2022
- find . -name "*.ipynb" -exec sh test/test_output.sh "{}" \;

0 commit comments

Comments
 (0)