commit | 58606b643a0bfca66c2a74d60fb18474eee5492b | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Tue Mar 20 01:35:50 2018 +0530 |
committer | GitHub <noreply@github.com> | Tue Mar 20 01:35:50 2018 +0530 |
tree | 45de0164145dd04fd0a2f9c9b7f62dc3bb350a11 | |
parent | b714643ca200477dd6aa5b643c446b2bc4f56ea3 [diff] |
Updated .travis.yml for Python 2 and 3
diff --git a/.travis.yml b/.travis.yml index b74289f..bde5183 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -3,9 +3,16 @@ python: - "2.7" + - "3.5" + - "3.6" services: - mysql + +matrix: + allow_failures: + - python: "3.5" + - python: "3.6" install: # fix mongodb travis error