Skip to content

Commit 0a18790

Browse files
committed
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
1 parent 1a0bef2 commit 0a18790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.3
3-
envlist = py35,py27,pep8
3+
envlist = py36,py35,py27,pep8
44
skipdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)