Skip to content

Commit

Permalink
Tox: Remove env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
aruhier committed Oct 27, 2023
1 parent faa8591 commit c696ebe
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,7 @@ deps =
commands= python setup.py testmin


[testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
usedevelop=True
basepython=python3.11
changedir=.
deps =
{[testenv]deps}
coveralls
commands=
python setup.py pytest --addopts "--cov virt_backup --cov-config .coveragerc --cov-report= -m 'not no_extra'" --extras
python setup.py pytest --addopts "--cov virt_backup --cov-config .coveragerc --cov-report= -m 'not extra' --cov-append"
coveralls


[testenv:black]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
usedevelop=True
basepython=python3.11
changedir=.
Expand Down

0 comments on commit c696ebe

Please sign in to comment.