commit | bf70642e4a6295c051c4e9f61d0228154f92f80a | [log] [tgz] |
---|---|---|
author | Kiran_totad <kiran.totad@nectechnologies.in> | Tue Mar 07 15:24:10 2017 +0530 |
committer | Kiran_totad <kiran.totad@nectechnologies.in> | Tue Mar 07 15:25:36 2017 +0530 |
tree | 02e2a4dfcd0cef111a60bd7f091d9a087675d164 | |
parent | 35c2c57f4579a858bc387ef7ea6e74feb3996760 [diff] [blame] |
Replaced python 3.4 to 3.5 Change-Id: I8d053713a13556d875b57b0d6f001db0ca24f510
diff --git a/tox.ini b/tox.ini index f100b39..98e3470 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 skipsdist = True [testenv]