mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
Move extensions dir into test
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
This directory contains extensions modules pre-compiled to be tested
|
|
||||||
on Travis-CI (Ubuntu 12.04 64bit).
|
|
||||||
|
|
||||||
To build the extensions modules, run::
|
|
||||||
|
|
||||||
python setup.py build_ext -i
|
|
||||||
|
|
||||||
|
|
||||||
Then move the compiled modules to their testing package ( ./**compiledXX**, where XX is the
|
|
||||||
python version used to run setup.py).
|
|
||||||
10
test/extensions/README.rst
Normal file
10
test/extensions/README.rst
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
This directory contains pre-compiled extensions modules used to test completions
|
||||||
|
for compiled modules on Travis-CI (Ubuntu 12.04 64bit).
|
||||||
|
|
||||||
|
To build the extensions modules, run::
|
||||||
|
|
||||||
|
python setup.py build_ext -i
|
||||||
|
|
||||||
|
|
||||||
|
Then move the compiled modules to their testing package ( ./**compiledXX**, where XX is the
|
||||||
|
python version used to run setup.py).
|
||||||
@@ -9,7 +9,7 @@ import jedi
|
|||||||
from .helpers import cwd_at
|
from .helpers import cwd_at
|
||||||
|
|
||||||
|
|
||||||
@cwd_at('extensions')
|
@cwd_at('test/extensions')
|
||||||
def test_compiled():
|
def test_compiled():
|
||||||
if platform.architecture()[0] == '64bit':
|
if platform.architecture()[0] == '64bit':
|
||||||
package_name = "compiled%s%s" % sys.version_info[:2]
|
package_name = "compiled%s%s" % sys.version_info[:2]
|
||||||
|
|||||||
Reference in New Issue
Block a user