Skip to content

Commit

Permalink
travis: explicitly install some optional deps
Browse files Browse the repository at this point in the history
Explicitly installs nifty, z5py, zarr from conda; pyn5 from pip.
  • Loading branch information
clbarnes committed Nov 13, 2019
1 parent 4fa540b commit 0bd3298
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ install:

before_script:
- conda create -n test-env -c conda-forge -c defaults -c cpape --use-local elf
- conda activate test-env
- conda install -c conda-forge -c defaults -c cpape nifty
- conda install -c conda-forge -c defaults z5py
- conda install -c conda-forge -c defaults zarr
- pip install pyn5

script:
- conda activate test-env
- cd test && python -m unittest discover -v .

0 comments on commit 0bd3298

Please sign in to comment.