Skip to content

Commit

Permalink
Merge pull request #91 from bmwcarit/fe-fix-pipenv
Browse files Browse the repository at this point in the history
Update pipenv command to generate requirements file
  • Loading branch information
westphahl authored Oct 10, 2022
2 parents 5ccc19d + b21d7c3 commit c02a2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deps =
commands =
pipenv lock --verbose --clear
# Workaround to have shell redirection in tox
bash -c 'pipenv lock --requirements --dev > "{toxinidir}/test-requirements.txt"'
bash -c 'pipenv requirements --dev > "{toxinidir}/test-requirements.txt"'

[testenv:pipenv]
whitelist_externals =
Expand Down

0 comments on commit c02a2c2

Please sign in to comment.