mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
Allow Python 3 to fail
docker-py is broken
This commit is contained in:
@@ -5,6 +5,11 @@ python:
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.2"
|
||||
- python: "3.3"
|
||||
|
||||
install: script/travis-install
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user