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 0800e971a1
commit 4bb3a6a33e

View File

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