mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
Remove tox from docs
This commit is contained in:
19
README.rst
19
README.rst
@@ -54,7 +54,6 @@ Jedi can currently be used with the following editors/projects:
|
|||||||
|
|
||||||
and many more!
|
and many more!
|
||||||
|
|
||||||
|
|
||||||
Here are some pictures taken from jedi-vim_:
|
Here are some pictures taken from jedi-vim_:
|
||||||
|
|
||||||
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_complete.png
|
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_complete.png
|
||||||
@@ -67,9 +66,7 @@ Display of function/class bodies, docstrings.
|
|||||||
|
|
||||||
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_pydoc.png
|
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_pydoc.png
|
||||||
|
|
||||||
Pydoc support (Shift+k).
|
Documentation support (Shift+k).
|
||||||
|
|
||||||
There is also support for goto and renaming.
|
|
||||||
|
|
||||||
Get the latest version from `github <https://github.com/davidhalter/jedi>`_
|
Get the latest version from `github <https://github.com/davidhalter/jedi>`_
|
||||||
(master branch should always be kind of stable/working).
|
(master branch should always be kind of stable/working).
|
||||||
@@ -181,18 +178,14 @@ There's a pretty good and extensive `development documentation
|
|||||||
Testing
|
Testing
|
||||||
=======
|
=======
|
||||||
|
|
||||||
The test suite depends on ``tox`` and ``pytest``::
|
The test suite depends on ``pytest``::
|
||||||
|
|
||||||
pip install tox pytest
|
pip install pytest
|
||||||
|
|
||||||
To run the tests for all supported Python versions::
|
If you want to test only a specific Python version (e.g. Python 3.8), it is as
|
||||||
|
easy as::
|
||||||
|
|
||||||
tox
|
python3.8 -m pytest
|
||||||
|
|
||||||
If you want to test only a specific Python version (e.g. Python 2.7), it's as
|
|
||||||
easy as ::
|
|
||||||
|
|
||||||
tox -e py27
|
|
||||||
|
|
||||||
Tests are also run automatically on `Travis CI
|
Tests are also run automatically on `Travis CI
|
||||||
<https://travis-ci.org/davidhalter/jedi/>`_.
|
<https://travis-ci.org/davidhalter/jedi/>`_.
|
||||||
|
|||||||
@@ -3,18 +3,14 @@
|
|||||||
Jedi Testing
|
Jedi Testing
|
||||||
============
|
============
|
||||||
|
|
||||||
The test suite depends on ``tox`` and ``pytest``::
|
The test suite depends on ``pytest``::
|
||||||
|
|
||||||
pip install tox pytest
|
pip install pytest
|
||||||
|
|
||||||
To run the tests for all supported Python versions::
|
If you want to test only a specific Python version (e.g. Python 3.8), it is as
|
||||||
|
|
||||||
tox
|
|
||||||
|
|
||||||
If you want to test only a specific Python version (e.g. Python 2.7), it's as
|
|
||||||
easy as::
|
easy as::
|
||||||
|
|
||||||
tox -e py27
|
python3.8 -m pytest
|
||||||
|
|
||||||
Tests are also run automatically on `Travis CI
|
Tests are also run automatically on `Travis CI
|
||||||
<https://travis-ci.org/davidhalter/jedi/>`_.
|
<https://travis-ci.org/davidhalter/jedi/>`_.
|
||||||
|
|||||||
Reference in New Issue
Block a user