Skip to content

Commit 10bcedc

Browse files
committed
putting the cd in the right place (not in the loop)
1 parent 8c15178 commit 10bcedc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ install:
4646
conda install --file=requirements.txt
4747
python setup.py develop
4848
cd $TRAVIS_BUILD_DIR
49-
cd landlab/tutorials
50-
pwd
51-
ls
5249
fi
5350
- conda install jupyter dask holoviews pytest
5451
- conda info -a && conda list
5552
script:
53+
- cd landlab/tutorials
5654
- pytest
5755
virtualenv:
5856
system_site_packages: false

0 commit comments

Comments
 (0)