From fbd80bb753e06fcd0ff8aae53f095fa3187d4525 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 26 Feb 2019 10:09:40 -0500 Subject: [PATCH] tox: include python 3.6 testing Signed-off-by: Alfredo Deza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.47.3