Merge pull request #30 from felixonmars/master

Add tests_require into setup.py
This commit is contained in:
Brian May 2015-11-27 20:01:30 +11:00
commit da62fe5b80

View File

@ -48,5 +48,6 @@ setup(
'sshuttle = sshuttle.__main__',
],
},
tests_require=['pytest', 'mock'],
keywords="ssh vpn",
)