Add mock to setup

This commit is contained in:
James Kasten 2014-12-08 00:33:27 -08:00
parent 7c855be3ab
commit c59cadd252
2 changed files with 2 additions and 0 deletions

View file

@ -4,3 +4,4 @@ jsonschema==2.4.0
python-augeas==0.5.0
requests==2.4.3
argparse==1.2.2
mock==1.0.1

View file

@ -18,6 +18,7 @@ docs_extras = [
testing_extras = [
'coverage',
'mock',
'nose',
'nosexcover',
'pylint',