Sync tox.ini and add py34
Change-Id: Ic72211290b8a8a0489c35293645f590b209ecca5
This commit is contained in:
parent
a2b93a6551
commit
2060809272
5
tox.ini
5
tox.ini
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user