Skip to content

Commit 9dc1e99

Browse files
committed
Adding boto to test requirements (ec2 credential caching tests needs it)
1 parent 256d1ae commit 9dc1e99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
tests_require=[
2020
'pytest==2.7.2',
2121
'mock==1.0.1',
22-
'lockfile==0.11.0' ],
22+
'lockfile==0.11.0',
23+
'boto==2.38.0' ],
2324
namespace_packages=[ 'bd2k' ] )
2425

2526
from setuptools.command.test import test as TestCommand

0 commit comments

Comments
 (0)