Skip to content

Commit

Permalink
Merge pull request #125 from Shoobx/fix-tests
Browse files Browse the repository at this point in the history
Fix tests for all python versions
  • Loading branch information
kedder authored Nov 4, 2024
2 parents 64ad0c1 + 4bcfa67 commit c446b9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade -e .[test]
pip install coveralls
- name: Test with pytest
run: |
pytest --junit-xml var/test-results/results.xml -v --cov src/mypy_zope --cov-report=term
Expand All @@ -37,6 +36,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN}}
COVERALLS_PARALLEL: true
run: |
pip install coveralls
coveralls --service=github
report:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Plugin for mypy to support zope.interface

[![Build Status](https://travis-ci.org/Shoobx/mypy-zope.svg?branch=master)](https://travis-ci.org/Shoobx/mypy-zope)
[![Coverage Status](https://coveralls.io/repos/github/Shoobx/mypy-zope/badge.svg)](https://coveralls.io/github/Shoobx/mypy-zope)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

Expand Down

0 comments on commit c446b9e

Please sign in to comment.