We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014a516 commit bf2e356Copy full SHA for bf2e356
1 file changed
.travis.yml
@@ -21,7 +21,7 @@ install:
21
- conda update conda
22
23
# Install dependencies
24
- - conda env create --name test-streamz --file ./conda/environments/streamz_dev.yml
+ - travis_wait 30 conda env create --name test-streamz --file ./conda/environments/streamz_dev.yml
25
- source activate test-streamz
26
27
- python setup.py install
0 commit comments