New env command and sub commands (#731)
* Add a env:info command * Add env:use command * Fix tests on Windows * Fix tests * Fix tests * Fix tests for Python 3.5 * Use a hash in virtualenv names dependent on the project’s path * Add tests for the `env use` command * Fix tests * Add a `env list` command * Fix venvs being recreated when switching minor Python versions * Add a `env remove` command * Update CHANGELOG * Update documentation
Showing
poetry/console/commands/env/__init__.py
0 → 100644
poetry/console/commands/env/env.py
0 → 100644
poetry/console/commands/env/info.py
0 → 100644
poetry/console/commands/env/list.py
0 → 100644
poetry/console/commands/env/remove.py
0 → 100644
poetry/console/commands/env/use.py
0 → 100644
tests/console/commands/env/__init__.py
0 → 100644
tests/console/commands/env/test_info.py
0 → 100644
tests/console/commands/env/test_list.py
0 → 100644
tests/console/commands/env/test_remove.py
0 → 100644
tests/console/commands/env/test_use.py
0 → 100644
Please
register
or
sign in
to comment