- Removed test virtualenv from package, meaning distribution was 18MB, should be 15Kb #38
- Bugfix : Fixed error "LocalPath object has no attribute endswith"
- Bugfix : Fixed error "Cannot run tox for the first time with this plugin installed"
- Bugfix : fixed issue when Pathlib.Path occured instead of string
- Update : updated pipenv to 11.0.1
- Added documentation and fixed pypi build
- Virtual environments are now correctly stored in .tox/<pyver>/.venv
- Packages will be reported by pipenv graph after installation. Pip freeze is still being run, downstream PR raised in tox
- Plugin should not accidentally remove host virtualenv binaries
- Use Pipenv install --dev as the default installation command
- Support for creation and recreation of virtual environments using Pipenv
- Isolation of Pipfile within the tox directory
- Support for installation of tox-specified packages in Pipenv
- Support for execution of test commands within a Pipenv virtual env