Nother try to make cython happy on jenkins

This commit is contained in:
Davide Andreoli 2015-01-17 21:03:45 +01:00
parent 9cee723e44
commit 129c801aea
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ if set(("build", "build_ext", "install", "bdist", "sdist")) & set(sys.argv):
if USE_CYTHON:
# check if cython is installed
try:
from Cython.Distutils import Extension
from Cython.Build import cythonize
import Cython.Compiler.Options
except ImportError: