.travis.yml: Test the program with Python 3.5.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
Rogério Brito 2016-01-30 06:01:33 -02:00
parent b334efda2a
commit fbd4cbe630

View file

@ -4,6 +4,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
matrix:
allow_failures: