Parcourir la source

Allow Python 3 to fail

docker-py is broken
Ben Firshman il y a 11 ans
Parent
commit
00a1835fae
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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: