diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-19 16:11:59 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-19 17:18:27 +0200 |
commit | 5a9f8d78407fac7b2b766b333c3e8134921a3242 (patch) | |
tree | bf2b0fe088b789ff04f49604af50c531f06115a7 | |
parent | 9997fc879064b873224107e25a8fec5601aef6c4 (diff) |
Temporarily disable py36
Verify servers haven't been updated yet to support py36.
Change-Id: Id2999a94f9c2c03432412a4b40a4b3c593aaffb5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a78e7647742d23eba2f4bc2585fee3eeaf3547fb)
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,bashate,py36,py27,perm,cover +envlist = docs,pep8,pylint,yamllint,bashate,py27,perm,cover skipsdist = True [testenv] |