Commit 545e16dc authored by nimrod's avatar nimrod
Browse files

- Now really ignore failure on Python 3.2 in Travis CI.

parent d5f9b7c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ sudo: false
cache:
  - pip
matrix:
  allow_failure:
  allow_failures:
    - python: "3.2"

install: