Merge "Add more requirements to cover tox environment"
This commit is contained in:
@@ -30,8 +30,8 @@ deps = -r{toxinidir}/requirements.txt
|
||||
commands = pylint
|
||||
|
||||
[testenv:cover]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
basepython = python2.7
|
||||
deps = {[testenv:py27-sa9-ev]deps}
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
[testenv:venv]
|
||||
|
||||
4
tox.ini
4
tox.ini
@@ -51,8 +51,8 @@ deps = -r{toxinidir}/requirements.txt
|
||||
commands = pylint
|
||||
|
||||
[testenv:cover]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
basepython = python2.7
|
||||
deps = {[testenv:py27-sa9-ev]deps}
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
[testenv:venv]
|
||||
|
||||
Reference in New Issue
Block a user