Switch to Python 3.4 as default Python 3 env

Change-Id: If0a0fc4c121d0a7ce5422d329b9b276cfc28dba1
This commit is contained in:
Dmitry Tantsur 2015-03-02 18:53:05 +01:00
parent e7e9e0b6f9
commit 4d589a8593
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,pep8,func
envlist = py27,py34,pep8,func
[testenv]
usedevelop = True