Skip to content

Commit

Permalink
Readd packages for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Aug 28, 2020
1 parent 24f737e commit 0e0d18c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
install:
- sudo apt update
- sudo apt install libsnappy-dev
- pip install panel bokeh dask pytest zarr
- pip install panel bokeh dask pytest zarr aiohttp requests
- pip install -e .[complete]
script:
- pytest
Expand All @@ -36,7 +36,7 @@ jobs:
install:
- sudo apt update
- sudo apt install libsnappy-dev
- pip install panel bokeh dask pytest zarr
- pip install panel bokeh dask pytest zarr aiohttp requests
- pip install -e .[complete]
script:
- pytest
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,6 +1,5 @@
appdirs
dask
entrypoints
pyyaml
requests
msgpack
fsspec >=0.7.4
3 changes: 3 additions & 0 deletions test_requirements.txt
Expand Up @@ -4,3 +4,6 @@ notebook
panel==0.8.0
hvplot==0.5.2
bokeh<2.0.0
fsspec
aiohttp
requests

0 comments on commit 0e0d18c

Please sign in to comment.