Skip to content

Commit 447f693

Browse files
committed
changing directories again
1 parent f21ac2e commit 447f693

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,21 @@ install:
3838
if [[ "$TRAVIS_BRANCH" == "release" ]]; then
3939
conda install landlab -c landlab
4040
else
41+
pwd
42+
cd ../..
4143
git clone --depth=50 https://github.com/landlab/landlab.git landlab/landlab
4244
cd landlab/landlab
4345
git fetch origin master
4446
git checkout -qf master
4547
git submodule update --init --recursive
4648
conda install --file=requirements.txt
4749
python setup.py develop
48-
cd ../..
50+
cd ../../landlab/tutorials
4951
fi
5052
- conda install jupyter dask holoviews pytest
5153
- conda info -a && conda list
5254
script:
5355
- pwd
54-
- cd landlab/tutorials
5556
- pytest
5657
virtualenv:
5758
system_site_packages: false

0 commit comments

Comments
 (0)