Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Commit

Permalink
Add note about using tox to test all versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Sep 27, 2015
1 parent 836a18e commit 1191eca
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,23 @@ Testing
:target: https://travis-ci.org/cdown/yturl
:alt: Test status

::
First, install the test requirements:

.. code::
$ pip install -r tests/requirements.txt
$ python setup.py test
Then, to test using your current Python interpreter:

.. code::
$ nosetests
Otherwise, to test on all supported Python versions:

.. code::
$ tox
License
=======
Expand Down

0 comments on commit 1191eca

Please sign in to comment.