another attempt at the right landscape config

This commit is contained in:
Stefan Wojcik 2016-12-11 16:00:07 -05:00
parent af6601a2e1
commit 1199f0d649

View File

@ -9,7 +9,8 @@ pylint:
# translated into range and long is translated into int via 2to3 (see # translated into range and long is translated into int via 2to3 (see
# "use_2to3" in setup.py). This should be removed when we drop Python # "use_2to3" in setup.py). This should be removed when we drop Python
# 2 support (which probably won't happen any time soon). # 2 support (which probably won't happen any time soon).
- xrange,long - xrange
- long
ignore-paths: ignore-paths:
- benchmark.py - benchmark.py