From 02dbcc9d48962970aa42267e2c632bd8b5d95004 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 27 Jun 2013 00:04:05 -0400 Subject: [PATCH] matrix build on boto version for travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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