commit | 80d30b817859507310c7f65fd27233c2067b6f32 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <masayuki@igawa.io> | Mon Sep 03 17:25:49 2018 +0900 |
committer | Masayuki Igawa <masayuki@igawa.io> | Mon Sep 03 17:25:49 2018 +0900 |
tree | 9a24b2e4bfb4a4cf97ea0fd8913469801fe7062f | |
parent | 9144a05a87db06f4a6f9916e27ee3a791ee47a9f [diff] [blame] |
Bump up python version of unit test This commit bumps up the python version to 3.6. This change encourages developers to use our latest python version on unit tests. Change-Id: I45d79c90939aa0f743750fec4b4e286f3679563b
diff --git a/tox.ini b/tox.ini index 970f415..65960b0 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,5 +1,5 @@ [tox] -envlist = pep8,py35,py27,pip-check-reqs +envlist = pep8,py36,py27,pip-check-reqs minversion = 2.3.1 skipsdist = True