mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 16:25:22 +08:00
Note about testing in README
This commit is contained in:
12
README.rst
12
README.rst
@@ -86,3 +86,15 @@ API for IDEs
|
||||
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
|
||||
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