Fix var precedence check to support python 3. (#23552)

* Fix var precedence check to support python 3.
* Run CI sanity tests using python 3.5.
* Disable pylint non-iterator-returned test to pass on python 3.5.
This commit is contained in:
Matt Clay 2017-04-13 00:07:40 -07:00 committed by GitHub
commit e7bb508ad6
3 changed files with 19 additions and 18 deletions

View file

@ -9,6 +9,7 @@ method-hidden
no-member
no-name-in-module
no-value-for-parameter
non-iterator-returned
not-a-mapping
not-an-iterable
not-callable