From 0a187905c01f6bc2b9855081ac0042f00715dedf Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Wed, 13 Feb 2019 12:39:11 +0530 Subject: Add py36 env While running `tox` command in binoic env, we see the following message, ERROR: InterpreterNotFound: python3.5 It is because the default py3 version for binoic is py36. This patch adds the env in OSC also maintaining consistency with setup.cfg Change-Id: I8e5cf72901cba34ad44f2b356609f85b3b0c431f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 67eccd4e..e008f956 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3 -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 skipdist = True [testenv] -- cgit v1.2.1