Skip to content

Commit 16edd97

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Update tox.ini for new tox 1.6 config"
2 parents 44c97cc + c8723ce commit 16edd97

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[tox]
2+
minversion = 1.6
23
envlist = py26,py27,py33,pep8
4+
skipdist = True
35

46
[testenv]
7+
usedevelop = True
8+
install_command = pip install -U {opts} {packages}
59
setenv = VIRTUAL_ENV={envdir}
610
LANG=en_US.UTF-8
711
LANGUAGE=en_US:en
@@ -17,7 +21,7 @@ commands = flake8
1721
commands = {posargs}
1822

1923
[testenv:cover]
20-
commands = python setup.py testr --coverage --testr-args='{posargs}'
24+
commands = python setup.py test --coverage --testr-args='{posargs}'
2125

2226
[tox:jenkins]
2327
downloadcache = ~/cache/pip

0 commit comments

Comments
 (0)