travis: Add list Python 3.6 to test matrix

This makes the tests be performed with the most recent/recommended Python version.
This commit is contained in:
Rogério Brito 2017-11-06 20:48:30 -02:00 committed by GitHub
parent 0ec980514d
commit e396cbc837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
matrix:
allow_failures: