summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2014-06-24 12:01:59 -0700
committerAndrey Petrov <andrey.petrov@shazow.net>2014-06-24 14:16:45 -0700
commit1521afab58b3ce344e611462803fc849ef5f0260 (patch)
treeac6bf96823e16f1197c731288620aa71f9682276 /README.rst
parent6daee04dd8a0f68ba8e5fffc52232568ca397f95 (diff)
downloadurllib3-1521afab58b3ce344e611462803fc849ef5f0260.tar.gz
More readme tweaking.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 6f4390bf..b4963eb9 100644
--- a/README.rst
+++ b/README.rst
@@ -93,10 +93,8 @@ Run the tests
=============
We use some external dependencies, multiple interpreters and code coverage
-analysis while running test suite.
-
-We created a ``Makefile`` which handles much of this for you as long as you're
-running it `inside of a virtualenv
+analysis while running test suite. Our ``Makefile`` handles much of this for
+you as long as you're running it `inside of a virtualenv
<http://docs.python-guide.org/en/latest/dev/virtualenvs/>`_: ::
$ make test
@@ -106,10 +104,9 @@ running it `inside of a virtualenv
OK (SKIP=6)
Note that code coverage less than 100% is regarded as a failing run. Some
-platform-specific tests are skipped unless run in that platform.
-
-To make sure the code works in all of urllib3's supported platforms, you can
-run our ``tox`` suite: ::
+platform-specific tests are skipped unless run in that platform. To make sure
+the code works in all of urllib3's supported platforms, you can run our ``tox``
+suite: ::
$ make test-all
[...]