Ver código fonte

Allow Python 3 to fail

docker-py is broken
Ben Firshman 11 anos atrás
pai
commit
00a1835fae
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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