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:
Prasanna Santhanam 2012-12-07 17:16:02 -08:00
parent 1ed2f4bf04
commit a7d7f85e40
1 changed files with 0 additions and 4 deletions

View File

@ -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",