8000 Add tox note. · corentinl/django-rest-framework@5422eed · GitHub
[go: up one dir, main page]

Skip to content

Commit 5422eed

Browse files
committed
Add tox note.
1 parent 6135df5 commit 5422eed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ To run the tests.
7979

8080
./rest_framework/runtests/runtests.py
8181

82+
To run the tests against all supported configurations, first install [the tox testing tool][tox] globally, using `pip install tox`, then simply run `tox`:
83+
84+
tox
85+
8286
# License
8387

8488
Copyright (c) 2011-2013, Tom Christie
@@ -113,6 +117,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
113117
[rest-framework-2-announcement]: http://django-rest-framework.org/topics/rest-framework-2-announcement.html
114118
[2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
115119

120+
[tox]: http://testrun.org/tox/latest/
121+
116122
[docs]: http://django-rest-framework.org/
117123
[urlobject]: https://github.com/zacharyvoase/urlobject
118124
[markdown]: http://pypi.python.org/pypi/Markdown/

0 commit comments

Comments
 (0)
0