diff options
author | Matt Wise <matt@nextdoor.com> | 2013-12-03 08:47:22 -0800 |
---|---|---|
committer | Matt Wise <matt@nextdoor.com> | 2013-12-03 08:47:22 -0800 |
commit | 9cc58c877e0a6ba673763b9d3260a6ac9666fec7 (patch) | |
tree | 0c0a6a3498b2501082026ae9afe689ffc31c52b4 /requirements/test-ci.txt | |
parent | fad2ea08cc81e1ffe656ffa65d2a4ab48d18646b (diff) | |
download | kombu-9cc58c877e0a6ba673763b9d3260a6ac9666fec7.tar.gz |
Add boto to the requirements for TravisCI tests
Diffstat (limited to 'requirements/test-ci.txt')
-rw-r--r-- | requirements/test-ci.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/test-ci.txt b/requirements/test-ci.txt index fee2cb91..dd580b81 100644 --- a/requirements/test-ci.txt +++ b/requirements/test-ci.txt @@ -1,3 +1,4 @@ +boto coverage>=3.0 redis PyYAML |