diff --git a/.travis.yml b/.travis.yml index 0b82672c..6196ed47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ language: python python: - 2.7 +matrix: + - BOTO_VERSION=2.9 + - BOTO_VERSION=2.8 install: - pip install . - pip install -r requirements.txt script: - make test after_success: - - coveralls \ No newline at end of file + - coveralls