Closed tonybaloney closed 6 years ago
New behaviour:
.tox/{venv}
does not exist it is created.tox/{venv}/Pipfile
does not exist, the ./Pipfile
from the root of the project will be cloned to the .tox/{venv}/Pipfile
path.pipenv
via the graph
, install
or run
commands for envreport, install_deps and test stages respectively, PIPENV_PIPFILE
is set to .tox/{venv}/Pipfile
See #37
Required behaviour: