Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 9eff27c

Browse files
committed
Fix paths in Travis test.sh file
1 parent 7451ff4 commit 9eff27c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jupyter kernelspec list
3838

3939
# Now run some notebooks
4040

41-
python scripts/runipy.py notebooks/Python.ipynb --kernel_name scijava-python
42-
python scripts/runipy.py notebooks/Groovy.ipynb --kernel_name scijava-groovy
41+
python "$TRAVIS_BUILD_DIR/scripts/runipy.py" "$TRAVIS_BUILD_DIR/notebooks/Python.ipynb" --kernel_name "scijava-python"
42+
python "$TRAVIS_BUILD_DIR/scripts/runipy.py" "$TRAVIS_BUILD_DIR/notebooks/Groovy.ipynb" --kernel_name "scijava-groovy"

0 commit comments

Comments
 (0)