Skip to content

Commit 2ccd86c

Browse files
committed
Update setup.py
should fix travisCI build
1 parent 3a6224e commit 2ccd86c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@
2626
"Topic :: System :: Systems Administration",
2727
],
2828
packages=["pyzabbix"],
29+
tests_require=[
30+
"httpretty<0.8.7",
31+
],
2932
)

0 commit comments

Comments
 (0)