mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-22 18:58:27 +08:00
moved extension tests into test_evaluate folder
This commit is contained in:
10
test/test_evaluate/extensions/README.rst
Normal file
10
test/test_evaluate/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).
|
||||
Reference in New Issue
Block a user