Chore: replace py27 tox profile by py3 20/67820/3
authorGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 26 May 2021 20:02:37 +0000 (22:02 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 26 May 2021 21:27:54 +0000 (23:27 +0200)
py27 was the default generic profile for jobs written in python 2.7 that
is now obsolete.

When forcing basepython version to 3, Jenkins advertises the incoherency
with a warning.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I10adbc4c1ee7de333e3bdd9a0e79e418ae49d5d7

tox.ini

diff --git a/tox.ini b/tox.ini
index e1c090d..ca02a4f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist =
     docs,
     docs-linkcheck,
     pre-commit,
-    py27
+    py3
 
 [testenv]
 basepython = python3