Skip to content

Commit 36b05ef

Browse files
committed
getting ourselves into the right directory
1 parent 58214ae commit 36b05ef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ install:
4545
git submodule update --init --recursive
4646
conda install --file=requirements.txt
4747
python setup.py develop
48-
cd ../..
48+
cd $TRAVIS_BUILD_DIR
49+
cd landlab/tutorials
50+
pwd
51+
ls
4952
fi
5053
- conda install jupyter dask holoviews pytest
5154
- conda info -a && conda list

0 commit comments

Comments
 (0)