From a4c2924b6ae0c0d19fa530ecb04600ecf00ed7ae Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Tue, 6 Dec 2016 14:22:29 +0200 Subject: [PATCH] Add py35 to default tox targets Ubuntu Xenial comes with Python 3.5 out-of-the-box, and both ironic and ironic-staging-drivers are already gating against py35 unit tests. Change-Id: Ie1728d90b9eada194ae65aca15be5238edfa4ebc --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f1c7e7f..93462c1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py34,py27,pep8 +envlist = py35,py34,py27,pep8 [testenv] usedevelop = True