mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
Specify python version to test with in engine.py
This commit is contained in:
parent
0800e971a1
commit
4bb3a6a33e
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user