Sync tox.ini and add py34

Change-Id: Ic72211290b8a8a0489c35293645f590b209ecca5
This commit is contained in:
Kiall Mac Innes 2015-05-29 13:12:10 +01:00
parent a2b93a6551
commit 2060809272

View File

@ -1,9 +1,10 @@
[tox] [tox]
envlist = py26,py27,flake8 envlist = py27,py34,flake8
minversion = 1.6 minversion = 1.6
skipsdist = True
[testenv] [testenv]
sitepackages = False usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8 LANG=en_US.UTF-8