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
commit bc180653d8
1 changed files with 1 additions and 0 deletions

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}