##// END OF EJS Templates
Merge pull request #1807 from minrk/excludecython...
Fernando Perez -
r7118:b4c93dba merge
parent child Browse files
Show More
@@ -272,6 +272,7 b' def make_exclude():'
272
272
273 if not have['cython']:
273 if not have['cython']:
274 exclusions.extend([ipjoin('extensions', 'cythonmagic')])
274 exclusions.extend([ipjoin('extensions', 'cythonmagic')])
275 exclusions.extend([ipjoin('extensions', 'tests', 'test_cythonmagic')])
275
276
276 if not have['tornado']:
277 if not have['tornado']:
277 exclusions.append(ipjoin('frontend', 'html'))
278 exclusions.append(ipjoin('frontend', 'html'))
General Comments 0
You need to be logged in to leave comments. Login now