Updated .travis.yml for Python 2 and 3

This commit is contained in:
Achilles Rasquinha 2018-03-20 01:35:50 +05:30 committed by GitHub
parent b714643ca2
commit 58606b643a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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