From 5b0acfce2775b732476fccdb4ef9f6a724e79947 Mon Sep 17 00:00:00 2001 From: Eyal Date: Sun, 2 Sep 2018 08:41:39 +0300 Subject: [PATCH] Add py36 to tox Change-Id: I5f99c503c12b16fdc83a1e1b556cd14d8b8805e7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 506f4ac0c..5d97dac4c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3.1 -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 skipsdist = True [testenv]