From: Alfredo Deza Date: Tue, 26 Feb 2019 15:09:40 +0000 (-0500) Subject: tox: include python 3.6 testing X-Git-Tag: 1.1.0~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fbd80bb753e06fcd0ff8aae53f095fa3187d4525;p=remoto.git tox: include python 3.6 testing Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index 1f71940..cfa8d7d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33 +envlist = py26, py27, py33, py36 [testenv] deps =