Skip to content

Commit

Permalink
added test badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Nov 8, 2022
1 parent 4435a4b commit d8caa8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# CameraTransform

[![Coverage](https://coveralls.io/repos/github/rgerum/cameratransform/badge.svg?branch=master)](https://coveralls.io/github/rgerum/cameratransform?branch=master)
[![DOC](https://readthedocs.org/projects/cameratransform/badge/)](https://cameratransform.readthedocs.io)
[![BUILD](https://app.travis-ci.com/rgerum/cameratransform.svg?branch=master)](https://app.travis-ci.com/github/rgerum/cameratransform)
[![test](https://github.com/rgerum/cameratransform/actions/workflows/test.yml/badge.svg)](https://github.com/rgerum/cameratransform/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://img.shields.io/badge/DOI-10.1016/j.softx.2019.100333-blue.svg)](https://doi.org/10.1016/j.softx.2019.100333)

Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ coveralls = "^3.3.1"
pytest = "^7.2.0"


[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d8caa8f

Please sign in to comment.