tox.ini: Add py35 to list of interpreters.

Python 3.5 was released some time ago and new Linux distributions will have
it as the default interpreter, and we should make sure that it is supported.

Furthermore, Python 2 is on the way out of future releases of said Linux
distributions (e.g., Debian, Fedora and so on).

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
Rogério Brito 2016-02-11 02:03:29 -02:00
parent 9ab8ee2fcc
commit 0c2bc6b65e

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34
envlist = py27,py34,py35
[testenv]
downloadcache = .tox/_download/