Allow Python 3 to fail

docker-py is broken
This commit is contained in:
Ben Firshman 2014-01-06 17:34:08 +00:00
parent 7888027425
commit 00a1835fae
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ python:
- "3.2"
- "3.3"
matrix:
allow_failures:
- python: "3.2"
- python: "3.3"
install: script/travis-install
script: