Commit 242752c1 authored by nimrod's avatar nimrod
Browse files

- Reenabled Python 3.2 Travis CI but allow it to fail for now.

parent 85c4a83b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
---
language: python
python: ["2.7", "3.3", "3.4", "3.5"]
python: ["2.7", "3.2", "3.3", "3.4", "3.5"]
dist: trusty
sudo: false
cache:
  - pip
matrix:
  allow_failures:
    - python: "3.2"

install:
    - pip install tox-travis