mirror of
https://github.com/openkmip/pykmip
synced 2026-01-03 00:53:16 +00:00
Updating tox to specify Python version for integration tests
This change updates the tox configuration for the integration test suite, specifying that the integration tests should be run with Python2.7.
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -16,6 +16,7 @@ commands = flake8 kmip/
|
|||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
# Note: This requires local or remote access to a KMIP appliance or service
|
# Note: This requires local or remote access to a KMIP appliance or service
|
||||||
deps = {[testenv]deps}
|
deps = {[testenv]deps}
|
||||||
|
basepython=python2.7
|
||||||
commands =
|
commands =
|
||||||
py.test --strict kmip/tests/integration {posargs}
|
py.test --strict kmip/tests/integration {posargs}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user