Use setup.py develop for tox install

tox 1.6 was released, so, we can use new develop mode that'll speed up
project installation.

Change-Id: I927d337be3097c1ae0e9bdc59ea1cba1c41493e9
This commit is contained in:
Sergey Lukjanov
2013-09-09 22:38:01 +04:00
parent 719257839c
commit 88765adad0

View File

@@ -1,7 +1,11 @@
[tox]
envlist = py26,py27,py33,pep8
minversion = 1.6
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1