Skip to content

Commit

Permalink
remove pipenv section from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jan 8, 2024
1 parent 1bbe643 commit 7e9ebcb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,3 @@ deps = twine
commands =
python -m twine check dist/*
python -m twine upload {posargs:--repository {env:TWINE_REPOSITORY:testpypi}} dist/*


; [testenv:pipenv]
; description =
; Set up the python virtual environment and install dependencies using pip
; skip_install = True
; changedir = {toxinidir}
; setenv =
; PIPENV_IGNORE_VIRTUALENVS = 1
; deps = pip
; commands =
; ./dev_setup.sh

0 comments on commit 7e9ebcb

Please sign in to comment.