Skip to content

Commit 8fdf456

Browse files
author
Martin Durant
committed
coveralls condition
1 parent d602055 commit 8fdf456

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: coveralls
4747
shell: bash -l {0}
48-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == '3.8' }}
48+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == 'py38' }}
4949
run: coveralls
5050

5151
lint:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LICENSE
1414

1515
BSD-3 Clause
1616

17-
.. |Build Status| image:: https://travis-ci.org/python-streamz/streamz.svg?branch=master
18-
:target: https://travis-ci.org/python-streamz/streamz
17+
.. |Build Status| image:: https://github.com/python-streamz/streamz/workflows/CI/badge.svg
18+
:target: https://github.com/python-streamz/streamz/actions
1919
.. |Doc Status| image:: http://readthedocs.org/projects/streamz/badge/?version=latest
2020
:target: http://streamz.readthedocs.org/en/latest/
2121
:alt: Documentation Status

0 commit comments

Comments
 (0)