From e1804d8dc16f9ec12186c570765fdbcaa34e7ad5 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 10 Jan 2017 08:09:47 +0200 Subject: [PATCH] - Try Python 3.5 (molecule dependency fails in Python 3.4). --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8597e30..7571a55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: python -python: ["2.7", "3.4"] +python: ["2.7", "3.5"] dist: trusty sudo: True group: beta @@ -14,7 +14,7 @@ env: platform: all matrix: allow_failures: - - python: "3.4" + - python: "3.5" cache: - pip - directories: -- GitLab