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