Explorar o código

Allow Python 3 to fail

docker-py is broken
Ben Firshman %!s(int64=11) %!d(string=hai) anos
pai
achega
00a1835fae
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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: