2
0
mirror of https://github.com/openkmip/pykmip synced 2026-01-14 22:43:15 +00:00

Merge pull request #20 from OpenKMIP/maint/set-integration-default-python

Updating tox to specify Python version for integration tests
This commit is contained in:
Nate
2015-06-09 09:30:15 -04:00

View File

@@ -16,6 +16,7 @@ commands = flake8 kmip/
[testenv:integration]
# Note: This requires local or remote access to a KMIP appliance or service
deps = {[testenv]deps}
basepython=python2.7
commands =
py.test --strict kmip/tests/integration {posargs}