From 58606b643a0bfca66c2a74d60fb18474eee5492b Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Tue, 20 Mar 2018 01:35:50 +0530 Subject: [PATCH] Updated .travis.yml for Python 2 and 3 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index b74289f70c..bde5183ba2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,16 @@ dist: trusty python: - "2.7" + - "3.5" + - "3.6" services: - mysql + +matrix: + allow_failures: + - python: "3.5" + - python: "3.6" install: # fix mongodb travis error