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