Skip to content

Commit

Permalink
Add Tox env SonarCloud script.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiPashkin committed Jan 9, 2021
1 parent 1df8dd0 commit 578156a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ deps =
sphinx>=3,<4
dunamai < 2
black
requests
arrow

[testenv:write_version]
skip_install = true
Expand All @@ -35,6 +37,13 @@ commands =
deps =
{[testenv:dev]deps}

[testenv:get_sonar_results]
skip_install = true
commands =
python '{toxinidir}/scripts/get_sonar_results.py' {posargs}
deps =
{[testenv:dev]deps}

[testenv:docs]
skip_install = true
changedir = {toxinidir}/docs
Expand Down

0 comments on commit 578156a

Please sign in to comment.