8000 Add `tox` note. · martync/django-rest-framework@d260f1e · GitHub
[go: up one dir, main page]

Skip to content

Commit d260f1e

Browse files
committed
Add tox note.
1 parent 1106596 commit d260f1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ Run the tests:
133133

134134
./rest_framework/runtests/runtests.py
135135

136+
To run the tests against all supported configurations, first install [the tox testing tool][tox] globally, using `pip install tox`, then simply run `tox`:
137+
138+
tox
139+
136140
## Support
137141

138142
For support please see the [REST framework discussion group][group], try the `#restframework` channel on `irc.freenode.net`, or raise a question on [Stack Overflow][stack-overflow], making sure to include the ['django-rest-framework'][django-rest-framework-tag] tag.
@@ -218,6 +222,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
218222
[release-notes]: topics/release-notes.md
219223
[credits]: topics/credits.md
220224

225+
[tox]: http://testrun.org/tox/latest/
226+
221227
[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
222228
[stack-overflow]: http://stackoverflow.com/
223229
[django-rest-framework-tag]: http://stackoverflow.com/questions/tagged/django-rest-framework

0 commit comments

Comments
 (0)
0