mirror of https://github.com/apache/cloudstack.git
Marvin doesn't require python 2.7, the tests do
To compile marvin using maven any standard python interpreter above 2.4 is sufficient. The tests under test/integration will need 2.7 to run. Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1354929362 -0800
This commit is contained in:
parent
1ed2f4bf04
commit
a7d7f85e40
|
|
@ -20,10 +20,6 @@ from setuptools import setup
|
|||
from sys import version
|
||||
import sys
|
||||
|
||||
if version < "2.7":
|
||||
print "Marvin needs at least python 2.7, found : \n%s"%version
|
||||
sys.exit(1)
|
||||
|
||||
setup(name="Marvin",
|
||||
version="0.1.0",
|
||||
description="Marvin - Python client for testing cloudstack",
|
||||
|
|
|
|||
Loading…
Reference in New Issue