File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 CONDA_ENV : [py37, py38]
17+ env :
18+ STREAMZ_LAUNCH_KAFKA : true
19+
1720 steps :
1821 - name : APT
1922 run : sudo apt-get install liblzo2-dev libsnappy-dev
2932 activate-environment : test_env
3033 environment-file : ci/environment-${{ matrix.CONDA_ENV }}.yml
3134
35+
3236 - name : pip-install
3337 shell : bash -l {0}
3438 run : |
3943 run : |
4044 pytest --verbose --cov=streamz
4145
46+ - name : coveralls
47+ shell : bash -l {0}
48+ if : ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == '3.8' }}
49+ run : coveralls
50+
4251 lint :
4352 name : lint
4453 runs-on : ubuntu-latest
5261 - name : Lint
5362 shell : bash -l {0}
5463 run : |
55- flake8 fsspec
64+ flake8 streamz
Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ dependencies:
3131 - ipywidgets
3232 - flaky
3333 - pytest-cov
34+ - coveralls
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments