From 99a23d7d539027e5d6af26d3c1f9023721697308 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 10 Jan 2017 18:20:20 +0200 Subject: [PATCH] Revert "- Try Python 3.5 (molecule dependency fails in Python 3.4)." - didn't help. This reverts commit e1804d8dc16f9ec12186c570765fdbcaa34e7ad5. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80700dc..689c74e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: python -python: ["2.7", "3.5"] +python: ["2.7", "3.4"] dist: trusty sudo: True group: beta @@ -20,7 +20,7 @@ env: matrix: fast_finish: True allow_failures: - - python: "3.5" + - python: "3.4" - env: *openbsd59 - env: *jessie - env: *wheezy -- GitLab