summaryrefslogtreecommitdiff
path: root/docs/drafts
diff options
context:
space:
mode:
authorBastien Vallet <bastien.vallet@gmail.com>2020-07-23 16:46:16 +0200
committerGitHub <noreply@github.com>2020-07-23 15:46:16 +0100
commit10d9558273e281f2c88551f7adccf3517b681f24 (patch)
treef4abeadd15724cb392448a59e3a20f677ffb5ab2 /docs/drafts
parentbd4004a45ab943b2cea0fae44abef01fb9edb9be (diff)
downloadtox-git-10d9558273e281f2c88551f7adccf3517b681f24.tar.gz
[cleanup] Remove artefacts from old py34 support (#1625)
Co-authored-by: Bastien Vallet <b.vallet@criteo.com>
Diffstat (limited to 'docs/drafts')
-rw-r--r--docs/drafts/tox_conda_notes_niccodemus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drafts/tox_conda_notes_niccodemus.md b/docs/drafts/tox_conda_notes_niccodemus.md
index 071f1dd3..22ad1052 100644
--- a/docs/drafts/tox_conda_notes_niccodemus.md
+++ b/docs/drafts/tox_conda_notes_niccodemus.md
@@ -33,7 +33,7 @@ type=conda-env
1. Create a new ``create_env_command`` option.
;2. Create a new ``env_activate_command`` option (also consider how to make that platform dependent).
-2. New substitution variable: {python_version} ('3.4', '2.7', etc')
+2. New substitution variable: {python_version} ('3.5', '2.7', etc')
3. env type concept: different types change the default options.
1. tox_addoption can now add new "testenv" sections to tox.ini: