mirror of
https://github.com/davidhalter/jedi.git
synced 2026-07-12 01:50:50 +08:00
moved extension tests into test_evaluate folder
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
|
||||
setup(
|
||||
ext_modules=cythonize("compiled.pyx")
|
||||
)
|
||||
Reference in New Issue
Block a user