Update tox.ini and setup.cfg

Change-Id: I14a8fb9b959819001fafbe5550284fcec7dbe78b
This commit is contained in:
Flaper Fesp 2013-09-06 16:36:28 +02:00 committed by Flavio Percoco
parent 19713164db
commit 793b0313f2
2 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,10 @@ setup-hooks =
packages =
marconiclient
[nosetests]
where=tests
verbosity=2
[build_sphinx]
source-dir = doc/source
build-dir = doc/build

View File

@ -1,7 +1,12 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pypy,pep8
skipsdist = True
[testenv]
usedevelop = True
# Customize pip command, add -U to force updates.
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1