mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
Note about testing in README
This commit is contained in:
+12
@@ -86,3 +86,15 @@ API for IDEs
|
|||||||
It's very easy to create an editor plugin that uses Jedi. See
|
It's very easy to create an editor plugin that uses Jedi. See
|
||||||
https://jedi.readthedocs.org/en/latest/docs/plugin-api.html for more
|
https://jedi.readthedocs.org/en/latest/docs/plugin-api.html for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
|
|
||||||
|
Testing
|
||||||
|
=======
|
||||||
|
|
||||||
|
To run the tests::
|
||||||
|
|
||||||
|
pip install tox pytest
|
||||||
|
PIP_INSECURE=t tox
|
||||||
|
|
||||||
|
Tests are also run automatically on `Travis CI
|
||||||
|
<https://travis-ci.org/davidhalter/jedi/>`_.
|
||||||
|
|||||||
Reference in New Issue
Block a user