diff options
| author | Tom Christie | 2013-03-06 12:29:32 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-06 12:29:32 +0000 |
| commit | 5422eedd0a3f97c9ac9e93645b4e94cdfbe07f0d (patch) | |
| tree | e6568d90bb744f1f021d32035034b1fa570520b0 /README.md | |
| parent | 6135df56c68a34c61ca8a0d0b2d450502cbc3c75 (diff) | |
| download | django-rest-framework-5422eedd0a3f97c9ac9e93645b4e94cdfbe07f0d.tar.bz2 | |
Add tox note.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -79,6 +79,10 @@ To run the tests. ./rest_framework/runtests/runtests.py +To run the tests against all supported configurations, first install [the tox testing tool][tox] globally, using `pip install tox`, then simply run `tox`: + + tox + # License Copyright (c) 2011-2013, Tom Christie @@ -113,6 +117,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [rest-framework-2-announcement]: http://django-rest-framework.org/topics/rest-framework-2-announcement.html [2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion +[tox]: http://testrun.org/tox/latest/ + [docs]: http://django-rest-framework.org/ [urlobject]: https://github.com/zacharyvoase/urlobject [markdown]: http://pypi.python.org/pypi/Markdown/ |
