Skip to content

Commit

Permalink
tox.ini: clean up unused venv section
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Feb 8, 2024
1 parent 65a39b3 commit 9344631
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ commands = coverage combine
coverage xml -i -o "{toxworkdir}/coverage.xml"
coverage html -i -d "{toxworkdir}/coverage"

# The 'venv*' sections are a handy way of creating a venv for local development (with python3 or python2)
[testenv:venv]
basepython = python3
envdir = .venv
usedevelop = True
deps = -rrequirements.txt
-rtest/requirements.txt
commands = python --version

# Configuration
[pytest]
Expand Down

0 comments on commit 9344631

Please sign in to comment.