Added python 3.5 to the build.

This commit is contained in:
Omer Katz 2015-11-23 15:40:16 +02:00
parent 3327388f1f
commit 3c0b00e42d
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ python:
- '3.2' - '3.2'
- '3.3' - '3.3'
- '3.4' - '3.4'
- '3.5'
- pypy - pypy
- pypy3 - pypy3
env: env:

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28} envlist = {py26,py27,py32,py33,py34,py35,pypy,pypy3}-{mg27,mg28}
#envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28,mg30,mgdev} #envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28,mg30,mgdev}
[testenv] [testenv]