Skip to content

Commit 51e6579

Browse files
author
Martin Durant
committed
Don't use master distributed
1 parent cca4261 commit 51e6579

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ install:
2323
# Install dependencies
2424
- conda env create --name test-streamz --file ./conda/environments/streamz_dev.yml
2525
- source activate test-streamz
26-
- pip install git+https://github.com/dask/distributed.git --upgrade --no-deps
27-
- pip install flaky
2826

2927
- python setup.py install
3028

conda/environments/streamz_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ dependencies:
3030
- ipython
3131
- ipykernel
3232
- ipywidgets
33+
- flaky

0 commit comments

Comments
 (0)