Update tox.ini and setup.cfg
Change-Id: I14a8fb9b959819001fafbe5550284fcec7dbe78b
This commit is contained in:
parent
19713164db
commit
793b0313f2
@ -29,6 +29,10 @@ setup-hooks =
|
|||||||
packages =
|
packages =
|
||||||
marconiclient
|
marconiclient
|
||||||
|
|
||||||
|
[nosetests]
|
||||||
|
where=tests
|
||||||
|
verbosity=2
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
build-dir = doc/build
|
build-dir = doc/build
|
||||||
|
5
tox.ini
5
tox.ini
@ -1,7 +1,12 @@
|
|||||||
[tox]
|
[tox]
|
||||||
|
minversion = 1.6
|
||||||
envlist = py26,py27,py33,pypy,pep8
|
envlist = py26,py27,py33,pypy,pep8
|
||||||
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
usedevelop = True
|
||||||
|
# Customize pip command, add -U to force updates.
|
||||||
|
install_command = pip install -U {opts} {packages}
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
NOSE_WITH_OPENSTACK=1
|
NOSE_WITH_OPENSTACK=1
|
||||||
NOSE_OPENSTACK_COLOR=1
|
NOSE_OPENSTACK_COLOR=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user