mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
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:
parent
9ab8ee2fcc
commit
0c2bc6b65e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27,py34
|
||||
envlist = py27,py34,py35
|
||||
|
||||
[testenv]
|
||||
downloadcache = .tox/_download/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue