From c35fd86c7649db3c029738db6cd91e70180bd6e0 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 17 Apr 2015 09:52:32 -0700 Subject: [PATCH] add boto to .travis.yml for testing s3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17e3f2af..2aeca71d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ sudo: false install: - "pip install 'argparse>=1.2.1' --allow-all-external" - - pip install certauth + - pip install boto certauth - python setup.py -q install - pip install coverage pytest-cov coveralls --use-mirrors