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 16:33:08 +0200 |
commit | 95aec0b0a43b3c60df8e85fdfc4b72ffb30a7d42 (patch) | |
tree | b684d3fdba1707eae0b5dd41958943d43b27cfc9 /tox.ini | |
parent | 433d1db8a738eba1f88fc5950065e97fe2e8a204 (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 59aa09181f8e3c141aa3d0ab02c5607070da1527)
Diffstat (limited to 'tox.ini')
-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] |