forked from VimPlug/jedi
Extended testing information in README
This commit is contained in:
12
README.rst
12
README.rst
@@ -96,10 +96,20 @@ information.
|
|||||||
Testing
|
Testing
|
||||||
=======
|
=======
|
||||||
|
|
||||||
To run the tests::
|
The test suite depends on ``tox`` and ``pytest``::
|
||||||
|
|
||||||
pip install tox pytest
|
pip install tox pytest
|
||||||
|
|
||||||
|
To run the tests for all supported Python versions::
|
||||||
|
|
||||||
PIP_INSECURE=t tox
|
PIP_INSECURE=t tox
|
||||||
|
|
||||||
|
If you want to test only a specific Python version (e.g. Python 2.7), it's as
|
||||||
|
easy as ::
|
||||||
|
|
||||||
|
tox -e py27
|
||||||
|
|
||||||
|
The ``PIP_INSECURE=t`` env variable is only needed for the ``py25`` target.
|
||||||
|
|
||||||
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