File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33
4- name : Lint and test Python package
4+ name : CI
55
66on :
77 push :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ A priority queue dictionary maps hashable objects (keys) to priority-determining
55
66Works with Python 2.7+, 3.4+, and PyPy.
77
8- .. image :: https://travis-ci.org /nvictus/priority-queue-dictionary.png?branch=master
9- :target: https://travis-ci.org /nvictus/priority-queue-dictionary
10- :alt: CI Build State
8+ .. image :: https://github.com /nvictus/priority-queue-dictionary/actions/workflows/package_lint-test.yml/badge.svg
9+ :target: https://github.com /nvictus/priority-queue-dictionary/actions/workflows/package_lint-test.yml
10+ :alt: CI
1111
1212.. image :: https://readthedocs.org/projects/pqdict/badge/?version=latest
1313 :target: https://readthedocs.org/projects/pqdict/
You can’t perform that action at this time.
0 commit comments