diff --git a/.travis.yml b/.travis.yml index a6fc5f46dca3829dcc783b3d88ab77648eb916ff..1c90cea60547bf8e2f375e7a7f0d43acc3c97764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,16 @@ --- 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_failure: + - python: "3.2" install: - - pip install tox-travis + - pip install tox-travis script: - tox