summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 58b4784..fecf822 100755
--- a/setup.py
+++ b/setup.py
@@ -48,5 +48,6 @@ setup(
'sshuttle = sshuttle.__main__',
],
},
+ tests_require=['pytest', 'mock'],
keywords="ssh vpn",
)