Cleanup build matrix. Closes #213.

This commit is contained in:
Steve Pulec 2014-11-29 22:57:08 -05:00
parent c5487a4464
commit 6d7cc69554
2 changed files with 7 additions and 5 deletions

View File

@ -9,11 +9,13 @@ matrix:
include: include:
- python: "3.3" - python: "3.3"
env: BOTO_VERSION=2.34.0 env: BOTO_VERSION=2.34.0
- python: "3.4"
env: BOTO_VERSION=2.34.0
install: install:
- pip install boto==$BOTO_VERSION - travis_retry pip install boto==$BOTO_VERSION
- pip install . - travis_retry pip install .
- pip install -r requirements-dev.txt - travis_retry pip install -r requirements-dev.txt
- pip install coveralls - travis_retry pip install coveralls
script: script:
- make test - make test
after_success: after_success:

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py26, py27, py33 envlist = py26, py27, py33, py34
[testenv] [testenv]
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt