Remove py3.4 for now.

This commit is contained in:
Steve Pulec 2014-11-29 23:33:34 -05:00
parent 6d7cc69554
commit f0d576a790

View File

@ -9,8 +9,6 @@ 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:
- travis_retry pip install boto==$BOTO_VERSION - travis_retry pip install boto==$BOTO_VERSION
- travis_retry pip install . - travis_retry pip install .