Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 564 Bytes

volvo-jira

A python project to handle VIRA (Volvo Cars version of JIRA) issues.

Contains both a Python package (vira) and utility scripts.

Internal Volvo site with more info about how to use: https://confluence.volvocars.biz/display/ARTCSP/VIRA+Deep+Copy

GitHubTestStatus

For developers of volvo-jira

tox envs

Linting

tox -e mypy
tox -e flake8

Run unit tests

tox

Build package and publish with TWINE

tox -e packaging
twine upload dist/*