summaryrefslogtreecommitdiff
path: root/docs/example
diff options
context:
space:
mode:
authorMiro HronĨok <miro@hroncok.cz>2020-08-06 17:37:52 +0200
committerGitHub <noreply@github.com>2020-08-06 08:37:52 -0700
commit8317240adeef07f99b638ff70a303e01c9b7e015 (patch)
tree42480603e59c8bbd99f1966d4d23af013936ce81 /docs/example
parent6f5bee8473c44b8f8d8ede8df7c4550cecb2cdbb (diff)
downloadtox-git-8317240adeef07f99b638ff70a303e01c9b7e015.tar.gz
Allow to use --devenv without tox config (#1644)
Fixes https://github.com/tox-dev/tox/issues/1643
Diffstat (limited to 'docs/example')
-rw-r--r--docs/example/devenv.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/example/devenv.rst b/docs/example/devenv.rst
index 07c7aed2..317e3cb1 100644
--- a/docs/example/devenv.rst
+++ b/docs/example/devenv.rst
@@ -35,6 +35,9 @@ If you don't specify an environment with ``-e``, the devenv feature will
default to ``-e py`` -- usually taking the interpreter you're running ``tox``
with and the default ``[testenv]`` configuration.
+It is possible to use the ``--devenv`` option without a tox configuration file,
+however the configuration file is respected if present.
+
Creating development environments using configuration
=====================================================