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