Skip to content

Commit c8a4756

Browse files
committed
windows: stop cython travis: skip
1 parent fde4acc commit c8a4756

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,7 @@
6363
setuptools.Extension("threaded.__init__", ["threaded/__init__.pyx"]),
6464
]
6565
else:
66-
REQUIRES_OPTIMIZATION = [
67-
setuptools.Extension("threaded.class_decorator", ["threaded/class_decorator.pyx"]),
68-
setuptools.Extension("threaded._base_threaded", ["threaded/_base_threaded.py"]),
69-
setuptools.Extension("threaded._asynciotask", ["threaded/_asynciotask.pyx"]),
70-
setuptools.Extension("threaded._threaded", ["threaded/_threaded.pyx"]),
71-
setuptools.Extension("threaded._threadpooled", ["threaded/_threadpooled.py"]),
72-
setuptools.Extension("threaded.__init__", ["threaded/__init__.pyx"]),
73-
]
66+
REQUIRES_OPTIMIZATION = []
7467
INTERFACES = ["class_decorator.pxd", "_asynciotask.pxd", "_threaded.pxd"]
7568

7669
EXT_MODULES = cythonize(

0 commit comments

Comments
 (0)