use six for config parser, add to reqs

ditch checkign access_key (don't consider these a secret)
don't check line by line, check the whole file in bulk instead
This commit is contained in:
Ara Hayrabedian 2015-06-12 16:24:01 +04:00
parent 95bf20d52d
commit 3078aec57b
2 changed files with 12 additions and 20 deletions

View file

@ -7,3 +7,4 @@ mock
pre-commit
pylint<1.4
pytest
six==1.9.0