Skip to content

Commit 1d5e17d

Browse files
committed
Add requirements file for tutorials.
1 parent cf58f8f commit 1d5e17d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
popd
5050
popd
5151
fi
52-
- conda install jupyter dask holoviews pytest
52+
- conda install --file=requirements.txt
5353
- conda info -a && conda list
5454
script:
5555
- travis_wait 50 pytest -vvv # the cellular atomata test takes over 10 minutes, and the entire process takes about 30 minutes, so we'll give it 50 min

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jupyter
2+
dask
3+
holoviews
4+
pytest

0 commit comments

Comments
 (0)