From 327a1ded177650330e0a581e71cc1100bc3779a2 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Wed, 10 Apr 2013 15:47:44 +0200 Subject: [PATCH] Note about testing in README --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index dc32f115..b00ea40f 100644 --- a/README.rst +++ b/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 +`_.