Specify python version to test with in engine.py

This commit is contained in:
Colm O'Connor 2015-09-22 18:18:52 +08:00
parent 0724c00f1d
commit 3e8424175c

View File

@ -18,9 +18,7 @@ class ExecutionEngine(hitchtest.ExecutionEngine):
def set_up(self): def set_up(self):
"""Ensure virtualenv present, then run all services.""" """Ensure virtualenv present, then run all services."""
python_package = hitchpython.PythonPackage( python_package = hitchpython.PythonPackage("2.7.10")
python_version=self.preconditions['python_version']
)
python_package.build() python_package.build()
python_package.verify() python_package.verify()