mirror of https://github.com/docker/compose.git
parent
7888027425
commit
00a1835fae
|
@ -5,6 +5,11 @@ python:
|
|||
- "3.2"
|
||||
- "3.3"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.2"
|
||||
- python: "3.3"
|
||||
|
||||
install: script/travis-install
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue