We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21ac2e commit 447f693Copy full SHA for 447f693
1 file changed
.travis.yml
@@ -38,20 +38,21 @@ install:
38
if [[ "$TRAVIS_BRANCH" == "release" ]]; then
39
conda install landlab -c landlab
40
else
41
+ pwd
42
+ cd ../..
43
git clone --depth=50 https://github.com/landlab/landlab.git landlab/landlab
44
cd landlab/landlab
45
git fetch origin master
46
git checkout -qf master
47
git submodule update --init --recursive
48
conda install --file=requirements.txt
49
python setup.py develop
- cd ../..
50
+ cd ../../landlab/tutorials
51
fi
52
- conda install jupyter dask holoviews pytest
53
- conda info -a && conda list
54
script:
55
- pwd
-- cd landlab/tutorials
56
- pytest
57
virtualenv:
58
system_site_packages: false
0 commit comments