Merge "Have tox install via setup.py develop"

This commit is contained in:
Jenkins 2013-12-12 13:38:03 +00:00 committed by Gerrit Code Review
commit bbba154c49
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Alexander Kuznetsov <akuznetsov@mirantis.com>
Andrew Lazarev <alazarev@mirantis.com>
Chad Roberts <croberts@redhat.com>
Dmitry Mescheryakov <dmescheryakov@mirantis.com>
James E. Blair <jeblair@openstack.org>
Jeremy Stanley <fungi@yuggoth.org>
Matthew Farrellee <matt@redhat.com>
Nadya Privalova <nprivalova@mirantis.com>

View File

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