1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

add boto to .travis.yml for testing s3

This commit is contained in:
Ilya Kreymer 2015-04-17 09:52:32 -07:00
parent c8a9a3ddd4
commit c35fd86c76

View File

@ -12,7 +12,7 @@ sudo: false
install: install:
- "pip install 'argparse>=1.2.1' --allow-all-external" - "pip install 'argparse>=1.2.1' --allow-all-external"
- pip install certauth - pip install boto certauth
- python setup.py -q install - python setup.py -q install
- pip install coverage pytest-cov coveralls --use-mirrors - pip install coverage pytest-cov coveralls --use-mirrors