1
0
forked from VimPlug/jedi

Note about testing in README

This commit is contained in:
Danilo Bargen
2013-04-10 15:47:44 +02:00
parent 492a6c5704
commit 327a1ded17

View File

@@ -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/>`_.