~wesley-wiedenmeier/curtin/partial-testing

curtin: fix tox errors in curtin/commands/main.py due to upstream pylint upload
    
pylint levels changed upstream in pipi causing new failures:
      
E:208,13: Instance of 'argv' has no 'reportstack' member (but some types
              could not be inferred) (maybe-no-member)
E:209,18: Instance of 'argv' has no 'func' member (but some types could
                not be inferred) (maybe-no-member)
          
Resolve by specifying the pylint version in tox.ini
In addition, update curtin/commands/main.py to not fail upstream tox checks
as well.
Filename Latest Rev Last Changed Committer Comment Size
..
bin 7 11 years ago Scott Moser initial stub multi-command Diff
curtin 7 11 years ago Scott Moser initial stub multi-command Diff
debian 9 11 years ago Scott Moser add initial packaging Diff
doc 2 11 years ago Scott Moser very rough initial doc using sphynx. Diff
examples 45 11 years ago Scott Moser add examples dir Diff
helpers 25 11 years ago Scott Moser block-meta simple now partitions with 'partition' Diff
tests 8 11 years ago Scott Moser make test (with 1 test) Diff
tools 8 11 years ago Scott Moser make test (with 1 test) Diff
.bzrignore 228 9 years ago Scott Moser add tox for easier testing 23 bytes Diff Download File
LICENSE 6 11 years ago Scott Moser add LICENSE file 33.7 KB Diff Download File
Makefile 318.1.1 8 years ago Scott Moser vmtests: invoke nosetests3 with --nologcapture Wh 932 bytes Diff Download File
README 1 11 years ago Scott Moser initial README 163 bytes Diff Download File
requirements.txt 321.12.1 8 years ago Scott Moser add running of pylint for python27 and python34 T 114 bytes Diff Download File
setup.py 254.1.1 9 years ago Scott Moser add reporter.legacy to modules 768 bytes Diff Download File
test-requirements.txt 321.12.1 8 years ago Scott Moser add running of pylint for python27 and python34 T 19 bytes Diff Download File
tox.ini 321.45.2 8 years ago Ryan Harper Further fixes: specify pylint version and restore 2 KB Diff Download File