We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bcedc commit f21ac2eCopy full SHA for f21ac2e
1 file changed
.travis.yml
@@ -45,11 +45,12 @@ install:
45
git submodule update --init --recursive
46
conda install --file=requirements.txt
47
python setup.py develop
48
- cd $TRAVIS_BUILD_DIR
+ cd ../..
49
fi
50
- conda install jupyter dask holoviews pytest
51
- conda info -a && conda list
52
script:
53
+- pwd
54
- cd landlab/tutorials
55
- pytest
56
virtualenv:
0 commit comments