Skip to content

Commit f21ac2e

Browse files
committed
working hard to be in the right directory
1 parent 10bcedc commit f21ac2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ install:
4545
git submodule update --init --recursive
4646
conda install --file=requirements.txt
4747
python setup.py develop
48-
cd $TRAVIS_BUILD_DIR
48+
cd ../..
4949
fi
5050
- conda install jupyter dask holoviews pytest
5151
- conda info -a && conda list
5252
script:
53+
- pwd
5354
- cd landlab/tutorials
5455
- pytest
5556
virtualenv:

0 commit comments

Comments
 (0)